A Model Context Protocol (MCP) server enabling seamless integration between AI assistants and external tools through a unified communication interface.
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-server-ai-integr": {
"command": "npx",
"args": [
"-y",
"YASH-HASH-PIXEL/mcp-server-ai-integration"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-ai-integr npx -y YASH-HASH-PIXEL/mcp-server-ai-integration
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-ai-integr": {
"command": "npx",
"args": [
"-y",
"YASH-HASH-PIXEL/mcp-server-ai-integration"
]
}
}
}
📋 Copy