- Explore MCP Servers
- anitabi-mcp-server
Anitabi Mcp Server
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










