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: MCP Notes 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.
Latest Blog Posts
- 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