MCPStore manages MCP services with a Vue.js web interface. It integrates with AI agent frameworks, allowing developers to deploy, monitor, and control MCP services. It connects to PyPI for package distribution and provides a demo Vue.js frontend for service management.
MCPStore manages MCP services with a Vue.js web interface. It integrates with AI agent frameworks, allowing developers to deploy, monitor, and control MCP services. It connects to PyPI for package distribution and provides a demo Vue.js frontend for service management.
pip install mcpstoreAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"whillhill-mcpstore-github": {
"command": "uvx",
"args": [
"pip install mcpstore"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcpstore?"
API Key Required
This server requires an API key from mcpstore. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCPSTORE_API_KEY | Yes | Your mcpstore API key |
"What resources are available in mcpstore?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcpstore"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcpstore with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.