🇮🇳 Indian MCP Server — India's Largest Open Model Context Protocol (MCP) Server Directory, Guides & Developer Platform
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"indian-mcp-server": {
"command": "npx",
"args": [
"-y",
"CodesbyFebin/Indian-MCP-Server"
]
}
}
}
Run in terminal:
claude mcp add indian-mcp-server npx -y CodesbyFebin/Indian-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"indian-mcp-server": {
"command": "npx",
"args": [
"-y",
"CodesbyFebin/Indian-MCP-Server"
]
}
}
}