mcp-server

carolina-bolnykh/mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 5d ago
A working AI agent that takes a city name and finds gluten-free restaurants. Two tools (web_search and get_page_content) that the agent calls to do real work. Three skills that tell the agent how to think and what steps to follow. LangChain agent loop that runs automatically. An MCP server that hosts your tools separately from the agent
View on GitHub →

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