πŸ”οΈ Hiking MCP Server

by Adriapt

207 downloads
Not rated
GitHub

About

MCP server that leverages Wikiloc to obtain more details about hiking routes.

Details

Author
Adriapt
Downloads
207
Categories
Other

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name πŸ”οΈ Hiking MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.