Claude MCP Servers
Discover and integrate MCP servers to extend Claude's capabilities
Who needs MCP servers?
System Integrator
Tools for seamless integration of different systems and services.
Cloud Architect
Cloud infrastructure and deployment management tools.
Data Engineer
Tools for data pipeline development and management.
API Developer
Tools for API development and integration.
MLOps Engineer
Tools for machine learning operations and deployment.
by Anthropic
A core MCP server that provides filesystem access capabilities for Claude. Enables secure reading, writing, and management of files on your local system with granular permission controls.
by Anthropic
Integrate Brave Search capabilities into Claude through MCP. Enables real-time web searches with privacy-focused results and comprehensive web coverage.
by GLips
Give Cursor, Windsurf, Cline, and other AI-powered coding tools access to your Figma files with this Model Context Protocol server.
by ahujasid
BlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
by DataTeam
A Model Context Protocol server that provides read-only access to PostgreSQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
by CloudTeam
An MCP server implementation for retrieving information from the AWS Knowledge Base using the Bedrock Agent Runtime.
by ContainerTeam
Manage Docker containers and images through Claude. Build, run, and monitor containers using natural language instructions.
by NoSQLTeam
A Model Context Protocol server that provides access to MongoDB databases. This server enables LLMs to inspect collection schemas and execute MongoDB operations.
by jpshack-at-palomar
MCP Server for the GitHub API, enabling file operations, repository management, search functionality, and more.
Claude MCP servers VS APIs ?


Latest MCP Blog Posts
View all MCP posts →
A Better Way to Clone FRONT-END in Cursor/Windsurf
Discover how enterprise teams, startups, and individual developers are using [Claude code](https://claudecode.app) to enhance their development processes. Learn from real-world case studies and success stories about legacy code modernization, rapid prototyping, and team productivity improvements.

Build Blender MCP Demo: AI Prompting a dragon in a dungeon
Demo for the Blender MCP that lets Claude talk to Blender and manipulate it directly. In this case, we prompt “create a low poly dragon with a pot of gold”, followed by more prompting to add details like a dungeon, torches, and more detailed wings. Blender is manipulated in real-time, and since Claude can read the scene, it realises when its output is not right and self-corrects.

How to Publish Your MCP Server
If you plan to publish an MCP service for public use, here are some insights from the MCP community.

Advanced Features of Claude Code: Beyond Basic Coding Assistance
This video introduces the process of setting up a Figma MCP Server in the latest version of Cursor 0.46 to obtain design metadata and rapidly develop frontend pages. Additionally, it compares this method with another approach to frontend development—the results might surprise you.
Frequently Asked Questions
What is MCP?
MCP (Model Context Protocol) is an open protocol that standardizes how applications provide context to LLMs. Think of MCP like a USB-C port for AI applications, providing a standardized way to connect AI models to different data sources and tools.
What are MCP Servers?
MCP Servers are lightweight programs that expose specific capabilities through the standardized Model Context Protocol. They act as bridges between LLMs like Claude and various data sources or services, allowing secure access to files, databases, APIs, and other resources.
How do MCP Servers work?
MCP Servers follow a client-server architecture where a host application (like Claude Desktop) connects to multiple servers. Each server provides specific functionality through standardized endpoints and protocols, enabling Claude to access data and perform actions through the standardized protocol.
Are MCP Servers secure?
Yes, MCP Servers are designed with security in mind. They run locally with explicit configuration and permissions, require user approval for actions, and include built-in security features to prevent unauthorized access and ensure data privacy.