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 "Deploy 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 deployed
Maintenance
Related MCP Connectors
Geo-based flight search MCP server. Find more flights between any two places on earth
Unofficial read-only MCP server for VeryChic hotel offers
An MCP server for weather information by @kulybaba
Related MCP Servers
- FlicenseBqualityCmaintenanceA MCP server that allows you to search and retrieve content on any wiki site using MediaWiki with LLMs 🤖. wikipedia.org, fandom.com, wiki.gg and more sites using Mediawiki are supported!227-
- AlicenseNot gradedqualityDmaintenanceA simple MCP server built with FastMCP for experimentation and learning purposes. Includes basic web tools like article fetching and serves as a human-readable template for building custom MCP servers.AGPL 3.0
- FlicenseNot gradedqualityDmaintenanceA learning-oriented MCP server that provides weather forecast tools for travel planning, using OpenWeatherMap and geocoding APIs.-
- FlicenseNot gradedqualityDmaintenanceMCP server providing live Wikipedia recent changes feed, page summaries, trending pages, and Wikidata entity lookup.-