ποΈ Hiking MCP Server
About
MCP server that leverages Wikiloc to obtain more details about hiking routes.
Details
- Author
- Adriapt
- Downloads
- 207
- Categories
- Other
Jump to
- Search hiking routes on Wikiloc by geographic location
- Search hiking routes on Wikiloc by textual description
- Runs as a local MCP server over stdio transport
- Requires Python 3.10+ and the uv package manager
- Integrates with Claude for Desktop via MCP protocol
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
ποΈ Hiking MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, install dependencies with uv, and run uv run mcp-server.py. Then configure Claude for Desktop to connect to the server by adding the appropriate MCP server entry in its claude_desktop_config.json file, pointing to the project directory.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"\ud83c\udfd4\ufe0f hiking mcp server": {
"hiking-mcp": {
"command": "uv",
"args": [
"venv"
]
}
}
}
}
McpServers
{
"hiking-mcp": {
"command": "uv",
"args": [
"venv"
]
}
}
ποΈ Hiking MCP Server
This is an MCP (Modular Command Processor) server that allows you to search for hiking routes on Wikiloc, using geographic and textual queries.
---
π₯οΈ System Requirements
- Python 3.10 or higher
- uv installed
- Python MCP SDK 1.2.0 or higher (included with mcp[cli])
- Claude for Desktop (Windows or macOS only)
---
βοΈ Set Up Your Environment
1. Install uv
On Windows PowerShell:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
After installation, restart your terminal so the uv command is recognized.
---
2. Clone and configure the project
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



