mcp-591

asgard-ai-platform/mcp-591
★ 0 stars Python 🤖 AI/LLM Updated today
An MCP server to fetch and query real estate listings from 591.com.tw for AI assistants.
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-591": {
      "command": "uvx",
      "args": [
        "mcp-591"
      ]
    }
  }
}

Or install with pip: pip install mcp-591