A Python application that integrates Large Language Models (LLMs) with Model Context Protocol (MCP) servers. This project enables an LLM to interact with external tools
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-servers-and-its-": {
"command": "uvx",
"args": [
"mcp-servers-and-its-application"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-servers-and-its- uvx mcp-servers-and-its-application
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-servers-and-its-": {
"command": "uvx",
"args": [
"mcp-servers-and-its-application"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-servers-and-its-application