mcpstore
mcpstore is an elegant management package for MCP services that allows developers to quickly maintain and apply MCP services.
mcpstore provides a streamlined way for developers to manage MCP services with ease. It allows for the initialization of a store and the addition of various MCP services using a simple API. With support for multiple frameworks, developers can easily convert MCP services into tools that can be utilized in their applications. The package is designed to be user-friendly and efficient, enabling quick setup and management of services. It also offers compatibility with popular frameworks like LangChain, LangGraph, AutoGen, CrewAI, and LlamaIndex, making it a versatile choice for developers looking to integrate MCP services into their projects.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcpstore": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcpstore"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions