MCP-SERVER

CodesbyFebin/MCP-SERVER
★ 0 stars Python AI/LLM Updated 2d ago
MCPserver.in is a curated directory and hosting platform for Model Context Protocol (MCP) servers, built for AI agents that need to connect to tools, databases, and APIs. Browse verified servers, deploy your own with one click, and host from India-region infrastructure with DPDP-aware data
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "uvx",
      "args": [
        "mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-server

README Excerpt

MCPserver.in is a Model Context Protocol directory, developer knowledge hub, and hosting-oriented platform for AI agents connecting to tools, databases, and APIs. This repository contains two independent production surfaces: - **Public website** — dependency-free static build with route-level metadata, schema, sitemap, robots policy, clean URLs, and Vercel host protection.