Basic Create Tool
БесплатноНе проверенA minimal MCP server using FastMCP to demonstrate tool creation, including a get_weather example.
Описание
A minimal MCP server using FastMCP to demonstrate tool creation, including a get_weather example.
README
A minimal Model Context Protocol (MCP) project demonstrating how to create and register tools using the fastmcp framework.
This repository shows how to build a working MCP server that can expose Python functions as tools for AI clients like Claude Desktop or any other MCP-compatible app.
🚀 Features
- Simple MCP server setup using
FastMCP - Example tool implementation (
get_weather) - Easy to extend with more tools
- Ready for integration with Claude or ChatGPT (via MCP)
1️⃣ Clone the repository
git clone https://github.com/anilvermaspeaks/mcp-bacis-create-tool.git
cd mcp-bacis-create-tool
Create and activate a virtual environment
python -m venv basics-mcp
To connect this tool to Claude Desktop, add the following entry inside your Claude configuration file:
Config path:
Windows → %APPDATA%\Claude\claude_desktop_config.json
macOS → ~/Library/Application Support/Claude/claude_desktop_config.json
Add this JSON snippet:
{
"mcpServers": {
"mcp-bacis-create-tool": {
"command": "python",
"args": [
"D:/basics-mcp/main.py"
],
"env": {
"PYTHONPATH": "D:/basics-mcp"
}
}
}
}
## run MCP server(main.py) using custom mcp client(client.py)
uv run python client.py
Установка Basic Create Tool
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/anilvermaspeaks/mcp-bacis-create-toolFAQ
Basic Create Tool MCP бесплатный?
Да, Basic Create Tool MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Basic Create Tool?
Нет, Basic Create Tool работает без API-ключей и переменных окружения.
Basic Create Tool — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Basic Create Tool в Claude Desktop, Claude Code или Cursor?
Открой Basic Create Tool на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Basic Create Tool with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
