Fastmcp Notes
БесплатноНе проверенA note-taking knowledge base MCP server that enables CRUD operations on notes with tags, resource listing/detail, and prompt-based analysis and brainstorming.
Описание
A note-taking knowledge base MCP server that enables CRUD operations on notes with tags, resource listing/detail, and prompt-based analysis and brainstorming.
README
A FastMCP v3 feature showcase: a note-taking knowledge base exposed as an MCP server.
Features demonstrated
- Tools -- CRUD operations on notes with tag categorization
- Resources -- note listing (static URI) and note detail (URI template)
- Prompts -- parameterized templates for note analysis and brainstorming
- Context -- structured logging (
ctx.info), progress reporting (ctx.report_progress), and cross-resource reads (ctx.read_resource) - Lifespan -- server startup/shutdown lifecycle with shared state
- Error handling --
ToolErrorfor domain-specific errors
Setup
git clone <repo-url>
cd fastmcp-notes
uv sync
Usage
Run the server (stdio, for Claude Desktop)
fastmcp run server.py
Run the server (HTTP, for the client demo)
fastmcp run server.py -t streamable-http -p 8000
Run the client demo
# In another terminal, with the server running on port 8000:
python client.py
Claude Desktop configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"notes": {
"command": "uv",
"args": [
"run", "--directory", "/absolute/path/to/fastmcp-notes",
"fastmcp", "run", "server.py"
]
}
}
}
Screenshots
Creating a note via Claude Desktop

Prompts and resources available from the + menu

Reading a note by title

Project structure
server.py # MCP server -- tools, resources, prompts, lifespan, error handling
client.py # Async client demo
License
MIT
Установка Fastmcp Notes
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ketcx/fastmcp-notesFAQ
Fastmcp Notes MCP бесплатный?
Да, Fastmcp Notes MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Fastmcp Notes?
Нет, Fastmcp Notes работает без API-ключей и переменных окружения.
Fastmcp Notes — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Fastmcp Notes в Claude Desktop, Claude Code или Cursor?
Открой Fastmcp Notes на 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 Fastmcp Notes with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
