NoteIt

NoteIt

Official
bahfahh

Manages AI agent profiles and structured notes through a web-based system. Includes 60+ expert personas and converts complex documents into navigable HTML and diagrams.

Manage AI agent profiles and structured notes

4186 views1Remote

What it does

  • Access 60+ pre-built AI agent profiles
  • Create and manage structured notes
  • Generate HTML and logic diagrams from documents
  • Configure AI behavior with personas and rules
  • Visualize notes as interactive graphs
  • Store agent configurations and instructions

Best for

Developers working on specification-driven developmentTeams managing complex AI-assisted coding projectsAnyone drowning in lengthy technical documentsProjects requiring consistent AI agent behavior
60+ expert personas includedConverts markdown into visual diagramsOAuth 2.1 authentication

About NoteIt

NoteIt is an official MCP server published by bahfahh that provides AI assistants with tools and capabilities via the Model Context Protocol. NoteIt — Organize AI agent profiles and structured notes for faster workflows, secure sharing, and quick retrieval. It is categorized under productivity, developer tools.

How to install

You can install NoteIt in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server supports remote connections over HTTP, so no local installation is required.

License

NoteIt is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

Noteit MCP

Noteit MCP

MIT License MCP Compatible OAuth 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

Noteit MCP Demo Video
🎬 Click to watch the complete demo

Noteit Dashboard
📊 Unified dashboard with agent profiles and note management

Agent Profiles
🤖 40+ pre-built agent templates for different coding tasks

Note Taking
📝 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:

  • 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.

Noteit MCP UI
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:

  • 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

Alternatives

Related Skills

Browse all skills
ui-design-system

UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.

18
ai-sdk

Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: "AI SDK", "Vercel AI SDK", "generateText", "streamText", "add AI to my app", "build an agent", "tool calling", "structured output", "useChat".

6
ai-assisted-development

Leveraging AI coding assistants and tools to boost development productivity, while maintaining oversight to ensure quality results.

4
api-documenter

Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build comprehensive developer portals. Use PROACTIVELY for API documentation or developer portal creation.

4
teams-channel-post-writer

Creates educational Teams channel posts for internal knowledge sharing about Claude Code features, tools, and best practices. Applies when writing posts, announcements, or documentation to teach colleagues effective Claude Code usage, announce new features, share productivity tips, or document lessons learned. Provides templates, writing guidelines, and structured approaches emphasizing concrete examples, underlying principles, and connections to best practices like context engineering. Activates for content involving Teams posts, channel announcements, feature documentation, or tip sharing.

4
openai-knowledge

Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available; otherwise guide the user to enable `openaiDeveloperDocs`.

4