Claude-MCP-tools
This repository provides a production-ready ecosystem of MCP servers for advanced AI-assisted development workflows.
The Claude MCP Tools enable seamless integration between Claude Desktop and Claude Code CLI, facilitating interaction with external systems and APIs through standardized Model Context Protocol implementations. It features smart routing between local and cloud AI providers, advanced memory management, and comprehensive GUI automation capabilities.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"claude-mcp-tools": {
"args": [
"mcp-server-claude-mcp-tools"
],
"command": "uvx"
}
}
}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.
Reviews
Sign in to reviewLoading reviews...
Credentials
Store API keys for Claude-MCP-tools securely
Loading...