Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

anitabi-mcp-server

MCP.Pizza Chef: QiYuOr2

anitabi-mcp-server is an MCP server that exposes structured, real-time context from the anitabi pilgrimage map platform. It enables LLMs and AI agents to access and interact with pilgrimage map data, supporting workflows that require geographic and cultural context from anitabi.cn. This server facilitates integration of pilgrimage map data into AI-enhanced applications and workflows.

Use This MCP server To

Provide pilgrimage map data to AI agents in real time Enable LLMs to query geographic and cultural pilgrimage context Integrate anitabi map data into AI-driven travel planning tools Support multi-step reasoning with pilgrimage location data Expose structured pilgrimage route information for AI workflows

README

anitabi-mcp-server

使用方式

NPX

{
  "mcpServers": {
    "anitabi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@qiyuor2/anitabi-mcp-server"
      ]
    }
  }
}

本地开发

配置

{
  "mcpServers": {
    "anitabi-mcp-server": {
      "command": "node",
      "args": [
        "C:\\Users\\11762\\@qiyuor2\\anitabi-mcp-server\\dist\\index.cjs"
      ]
    }
  }
}

发布

pnpm publish --access=public

License

MIT License © QiYuOr2

anitabi-mcp-server FAQ

How do I install anitabi-mcp-server locally?
You can install it using NPX with the command 'npx -y @qiyuor2/anitabi-mcp-server' or run it locally with Node.js pointing to the dist index file.
What kind of data does anitabi-mcp-server provide?
It provides structured, real-time context from the anitabi pilgrimage map, including geographic and cultural pilgrimage route information.
Is anitabi-mcp-server open source?
Yes, it is licensed under the MIT License and available on GitHub under the QiYuOr2 account.
Can I use anitabi-mcp-server with different LLM providers?
Yes, it is designed to be provider-agnostic and works with OpenAI, Anthropic Claude, and Google Gemini models.
How do I update or publish my own version of anitabi-mcp-server?
You can publish updates using 'pnpm publish --access=public' after making your changes.
What platforms does anitabi-mcp-server support?
It runs on Node.js and can be used on any platform supporting Node, including Windows, macOS, and Linux.