Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Claude Custom Tools Server

БесплатноНе проверен

Provides Claude Desktop with custom tools for math, web search (DuckDuckGo), Wikipedia, ArXiv, and simulated Airbnb searches via MCP.

GitHubEmbed

Описание

Provides Claude Desktop with custom tools for math, web search (DuckDuckGo), Wikipedia, ArXiv, and simulated Airbnb searches via MCP.

README

This project implements a Model Context Protocol (MCP) server in Python that connects to Claude Desktop and exposes multiple custom tools such as:

  • 🏠 Airbnb (simulated search)
  • 🔍 DuckDuckGo web search
  • 📚 Wikipedia search
  • 📄 ArXiv research papers
  • ➕➗ Custom math tools (add, multiply)

Claude can automatically invoke these tools via MCP using stdio communication.


📁 Project Structure

mcp_server_Claude/
│
├── .venv/                     # Python virtual environment
│
├── tools/                     # All MCP tools
│   ├── __init__.py
│   ├── airbnb.py              # Simulated Airbnb tool
│   ├── arxiv.py               # ArXiv research tool
│   ├── ddg.py                 # DuckDuckGo search
│   ├── maths.py               # Add & Multiply tools
│   └── wiki.py                # Wikipedia search
│
├── server.py                  # Main MCP server entry point
├── requirements.txt           # Python dependencies
└── README.md

⚙️ Requirements

  • Python 3.10+
  • Claude Desktop (latest)
  • Windows / macOS / Linux

📦 Install Dependencies

1️⃣ Create & activate virtual environment

python -m venv .venv

Windows

.venv\Scripts\activate

macOS / Linux

source .venv/bin/activate

2️⃣ Install required packages

pip install -r requirements.txt

🛠️ Tools Included

➕➗ Math Tools

  • add(a, b)
  • multiply(a, b)

🔍 DuckDuckGo

  • Web search without API key

📚 Wikipedia

  • Short factual summaries

📄 ArXiv

  • Academic research paper search

🏠 Airbnb

  • Simulated listing search (demo purpose)

🚀 How to Run MCP Server (Local Test)

Before connecting Claude, always test locally.

cd D:/mcp_server_Claude
python server.py

✅ Expected behavior

  • No errors
  • Process stays running
  • Press CTRL + C to stop

If it crashes, Claude will also fail to connect.


🔌 Claude Desktop MCP Configuration

📍 Config file location (Windows)

%APPDATA%\Claude\claude_desktop_config.json

✅ MCP Server Configuration

{
  "mcpServers": {
    "custom-tools": {
      "command": "D:/mcp_server_Claude/.venv/Scripts/python.exe",
      "args": ["D:/mcp_server_Claude/server.py"]
    }
  }
}

🔁 Restart Claude Desktop

Fully close and reopen Claude after editing the config.


🧪 Testing in Claude

Try any of the following prompts:

Add 15 and 25
Multiply 6 and 7
Search DuckDuckGo for latest AI agent frameworks
Find arxiv papers on LLM agents
Search Airbnb in Bangalore for 2 guests

Claude will automatically call the appropriate tool.


Author: Husen Basha

from github.com/husenbasha443/mcp_using_Claude_desktop

Установка Claude Custom Tools Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/husenbasha443/mcp_using_Claude_desktop

FAQ

Claude Custom Tools Server MCP бесплатный?

Да, Claude Custom Tools Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Claude Custom Tools Server?

Нет, Claude Custom Tools Server работает без API-ключей и переменных окружения.

Claude Custom Tools Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Claude Custom Tools Server в Claude Desktop, Claude Code или Cursor?

Открой Claude Custom Tools Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Claude Custom Tools Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai