About
Noteit MCP is a visual knowledge management platform that transforms dense technical documentation into interactive HTML pages, Mermaid diagrams, and graph visualizations. It provides structured project notes, tasks, and issues designed to be easily parsed by AI coding assistants. Key capabilities include: - Over 60 reusable agent profiles and personas that shape AI behavior for specific development tasks and workflows - Rich HTML explainers with interactive flows that replace wall-of-text markdown documents - Automatic Mermaid diagram generation for visualizing system architecture and logic flows - Project-based organization of notes, tasks, and technical issues with search capabilities - OAuth 2.1 authentication with device fingerprinting for secure integration with development environments - Cross-IDE support including Cursor, Claude Code, Gemini CLI, and Claude Desktop via proxy - Graph-based visualizations of note relationships for navigating complex technical knowledge
README
Noteit MCP
[](https://choosealicense.com/licenses/mit/) [](https://modelcontextprotocol.io/) [](https://oauth.net/2.1/)
> 🩹 The cure for AI "Markdown Hell" - AI prompt library + visual knowledge hub for developers
Noteit-MCP transforms drowning in 5,000-word documents into navigable HTML and logic diagrams instantly. With 60+ expert personas, organize complex ideas without cognitive overload. Makes Specification-Driven Development actually human-readable.
✨ Demo & Screenshots
🎥 Noteit MCP in Action - Complete usage walkthrough
🎬 Click to watch the complete demo
📊 Unified dashboard with agent profiles and note management
🤖 40+ pre-built agent templates for different coding tasks
📝 AI-readable notes with graph visualizations
1) What is Noteit MCP?
Noteit MCP is an HTTP MCP server (Next.js API route) that lets AI coding tools securely access two core systems:
Authentication uses OAuth 2.1 with device fingerprint for IDEs that support it, with an optional API Token flow for other MCP clients. The server endpoint is exposed at /api/mcp.
2) Why use Noteit MCP?
60+ expert personas for different coding tasks and workflows
3) How to connect
The MCP server is at https://www.noteit-mcp.com/api/mcp.
Cursor (mcp.json)
Create or update ~/.cursor/mcp.json:
{
"mcpServers": {
"noteit-mcp": {
"url": "https://www.noteit-mcp.com/api/mcp"
}
}
}
Then restart Cursor. OAuth will be handled automatically.
Claude Code (built-in MCP)
Use the command-line helper (global scope):
claude mcp add --transport http noteit-mcp https://www.noteit-mcp.com/api/mcp
Or project scope:
claude mcp add -s project --transport http noteit-mcp https://www.noteit-mcp.com/api/mcp
Gemini CLI
Add the server and authenticate:
gemini mcp add --transport http noteit-mcp https://www.noteit-mcp.com/api/mcp
/mcp auth noteit-mcp
/mcp # verify tools are listed
Other IDEs (API Token)
Login at https://www.noteit-mcp.com to obtain an API token.
---
4) Available Tools
Through Noteit-MCP, agents can use the following tools:
---
⭐ Star this project
If Noteit MCP helps streamline your AI workflow, please give it a star! It helps others discover this tool and
Related MCP Servers
AI Research Assistant
hamid-vakilzadeh
AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar
Linkup
LinkupPlatform
Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages
Math-MCP
EthanHenrickson
Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support