fastmcp-notes
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fastmcp-notesCreate a note titled 'Ideas' with tag 'brainstorm'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fastmcp-notes
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
Related MCP server: Notes MCP Server
Setup
git clone <repo-url>
cd fastmcp-notes
uv syncUsage
Run the server (stdio, for Claude Desktop)
fastmcp run server.pyRun the server (HTTP, for the client demo)
fastmcp run server.py -t streamable-http -p 8000Run the client demo
# In another terminal, with the server running on port 8000:
python client.pyClaude 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 demoLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server for managing and persisting notes, offering CRUD operations, note summarization, and resource-based access via a note:// URI scheme.Last updated47MIT
- Flicense-qualityCmaintenanceA minimal MCP server for persistent note-taking, enabling create, update, delete, and search of notes with tags, plus resource-based retrieval of all notes or by title.Last updated
- FlicenseAqualityBmaintenanceA local MCP server for managing Markdown notes, enabling create, list, read, search, summarize, and delete operations through natural language.Last updated61
- Flicense-qualityDmaintenanceA simple notes MCP server that enables creating, listing, and summarizing text notes via resources, tools, and prompts.Last updated
Related MCP Connectors
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
MCP server for generating rough-draft project plans from natural-language prompts.
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ketcx/fastmcp-notes'
If you have feedback or need assistance with the MCP directory API, please join our Discord server