MCP ExplorerExplorer

Anitabi Mcp Server

@QiYuOr2on a year ago
8 MIT
FreeCommunity
AI Systems
# anitabi Pilgrimage Map MCP Server

Overview

What is Anitabi Mcp Server

anitabi-mcp-server is a server designed for the anitabi pilgrimage map, providing functionalities to manage and serve map-related data.

Use cases

Use cases include creating interactive pilgrimage maps, educational tools for learning about pilgrimage routes, and community-driven map projects.

How to use

To use anitabi-mcp-server, you can run it via NPX with the command ‘npx -y @qiyuor2/anitabi-mcp-server’. For local development, configure it to run with Node.js using the specified command.

Key features

Key features include easy setup via NPX, local development support, and public access for publishing updates.

Where to use

anitabi-mcp-server can be used in web applications, educational platforms, and any project that requires interactive map functionalities.

Content

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers