Easily add a Model Context Protocol (MCP) server to your MCP client (Claude Cursor) with just two clicks: Get and Add.
✅ One-click installation of MCP servers
✅ Supports multiple MCP server configurations
✅ Open-source and community-driven
Check out the list of official MCP servers.
We welcome contributions! To add your own MCP server:
Fork & Clone this repository.
Add Your Server: Place your project in the servers
folder.
Define Your MCP Server: Add an mcp.json
file with the following structure:
{
"mcpServers": {
"example-mcp": {
"command": "uvx",
"args": ["example-mcp"]
}
}
}
Submit a Pull Request with your changes.
MCP Store is open-source and licensed under BSD License.
{
"mcpServers": {
"example-mcp": {
"args": [
"example-mcp"
],
"command": "uvx"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.