mcp-server

Anon0107/mcp-server
★ 0 stars Python 🔍 Search Updated 5d ago
MCP server exposing 4 tools — news search, sentiment analysis, document search, and weather — built with FastMCP and Python
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