Skip to main content
Glama

Climbing MCP Server

An MCP (Model Context Protocol) server for serving climbing book PDF chapters to Claude.

Features

  • Store PDF chapters in the chapters/ directory

  • List all available chapters with metadata

  • Search for relevant chapters based on query

  • Serve PDF content directly to Claude for reading

Related MCP server: BookStack MCP Server

Setup

  1. Install dependencies:

npm install
  1. Add your PDF files to the chapters/ directory

  2. Create corresponding .json metadata files for each PDF with:

    • title: Chapter title

    • description: Brief description

    • keywords: Array of relevant keywords for search

Usage

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "climbing-pdf": {
      "command": "node",
      "args": ["E:/Projects/climbing-mcp-server/src/index.js"]
    }
  }
}

Available Tools

  • list_chapters: Lists all available PDF chapters

  • get_chapter: Retrieves a specific PDF for Claude to read

  • search_relevant_chapter: Finds the most relevant chapters based on a query

Adding PDFs

  1. Place PDF files in the chapters/ directory

  2. Create a corresponding .json file with the same name (e.g., chapter1.pdfchapter1.json)

  3. The metadata helps with search and relevance scoring

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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/MateoGonzalezGomez/ClimbMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server