mcp-wikivoyage
Provides travel destination information via the Wikivoyage MediaWiki API, allowing search for destinations, retrieval of travel guides, and finding nearby places.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-wikivoyageshow me travel information for Kyoto"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-wikivoyage
MCP server for travel destination information via the Wikivoyage MediaWiki API. Get travel guides, destination overviews, and practical travel information for cities and regions worldwide.
Status: Work in Progress — Server scaffolding is in place. Tools are not yet implemented.
Prerequisites
Bun runtime (
curl -fsSL https://bun.sh/install | bash)No API keys needed — Wikivoyage is free and open
Related MCP server: Basic MCP
Planned Tools
wikivoyage_search— Search for travel destinations by namewikivoyage_get_article— Get the travel guide for a destination (sections: understand, get in, get around, see, do, eat, sleep, connect)wikivoyage_get_nearby— Find Wikivoyage articles for destinations near a coordinate
Data Source
Wikivoyage is a free, community-written travel guide, part of the Wikimedia Foundation. Content is licensed under CC BY-SA 3.0. The MediaWiki API is free to use with no registration required (rate limits apply for bulk access).
Install
git clone git@github.com:McCullonas/mcp-wikivoyage.git
cd mcp-wikivoyage
bun installMCP Client Configuration (once implemented)
{
"mcpServers": {
"wikivoyage": {
"command": "bun",
"args": ["run", "/path/to/mcp-wikivoyage/src/index.ts"]
}
}
}Licence
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/McCullonas/mcp-wikivoyage'
If you have feedback or need assistance with the MCP directory API, please join our Discord server