TarcisioPhilips/mcp-note-taker
This project demonstrates how to create and use a Model Context Protocol (MCP) server that can provide custom tools and resources to AI assistants like Claude and others that support the MCP standard. The server includes: - Simple math operations (addition) - Dynamic greeting resource - Web crawling capability using the crawl4ai library
Platform-specific configuration:
{
"mcpServers": {
"mcp-note-taker": {
"command": "npx",
"args": [
"-y",
"mcp-note-taker"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...