Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

MCP server for AI agent profiles and smart notes. 60+ coding prompt packs with expert personas.

README.md

<p align="center"> <img src="assets/log.png" alt="Noteit MCP" width="180" /> </p>

Noteit MCP

![MIT License](https://choosealicense.com/licenses/mit/) ![MCP Compatible](https://modelcontextprotocol.io/) ![OAuth 2.1](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

<p align="center"> <a href="https://www.youtube.com/watch?v=-cRqrBOzKIc&t=24s"> <img src="https://img.youtube.com/vi/-cRqrBOzKIc/0.jpg" alt="Noteit MCP Demo Video" width="800" /> </a> <br /> <em>🎬 Click to watch the complete demo</em> </p>

<p align="center"> <img src="assets/demo/noteweb.png" alt="Noteit Dashboard" width="800" /> <br /> <em>📊 Unified dashboard with agent profiles and note management</em> </p>

<p align="center"> <img src="assets/demo/noteweb2.png" alt="Agent Profiles" width="800" /> <br /> <em>🤖 40+ pre-built agent templates for different coding tasks</em> </p>

<p align="center"> <img src="assets/demo/noteweb3.png" alt="Note Taking" width="800" /> <br /> <em>📝 AI-readable notes with graph visualizations</em> </p>

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:

  • Agent Profiles: Composable configurations (personas, instructions, rules, documents) that shape AI behavior for specific tasks.
  • Notes: Personal note-taking with structured records and graph visualizations.

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?

  • Unified configuration: Reusable agent profiles that any AI client can adopt.
  • Productive note-taking: AI-readable notes, tasks, and visual graphs.
  • Secure by design: OAuth 2.1 + transparent token refresh; API token for non‑OAuth clients.
  • Works across IDEs: Cursor, Claude Code, Gemini CLI, Claude Desktop (via proxy), and more.

<p align="center"> <img src="assets/prompt.png" alt="Noteit MCP UI" width="900" /> <br /> <em>60+ expert personas for different coding tasks and workflows</em> </p>

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:

  • noteit_profiles_list: List user agent profiles - configuration sets containing personas, instructions, rules, and documents for specific roles or tasks
  • noteit_profiles_getConfig: Retrieve a composable AI agent configuration profile containing personas, instructions, rules, and documents
  • noteit_profiles_generate: Generate and save individual configuration components (persona, rule, document, instruction) that can be assembled into agent profiles
  • noteit_notes_create: Create project notes with 4 specialized types: "note" for general records, "task" for development assignments, "why" for explanations, "issue" for problems and bugs
  • noteit_notes_read: Retrieve complete content of a specific note by its unique ID
  • noteit_notes_list: Browse and filter all user notes across projects with optional filtering by tags, record types, or project names
  • noteit_web_create: Generate interactive HTML notes to help developers understand complex concepts, processes, or technical details
  • noteit_flow_create: Create visual flow diagrams with nested data support for technical process visualization

---

⭐ Star this project

If Noteit MCP helps streamline your AI workflow, please give it a star! It helps others discover this tool and motivates continued development.

License

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Files & Docs servers.