@noteshell/mcp
Access your notes, tasks, and learning plans from Noteshell through this MCP server. Provides 43 pure-data tools for notes, projects, secretary, context, calendar, and search.
README
@noteshell/mcp
Noteshell MCP Server — Access your notes, tasks, and learning plans from Claude Code and any MCP-compatible client. 43 pure-data tools, zero AI calls, 2-minute setup.
What is Noteshell?
Noteshell is an agent-first learning OS for students, researchers, and lifelong learners. Your notes, study plans, daily tasks, and knowledge base — all accessible to your AI assistant through this MCP server.
Setup (2 steps)
1. Authenticate
# Recommended: browser-based login
npx @noteshell/mcp login
# Legacy alternative: email/password
npx @noteshell/mcp setup <your-email> <your-password>
This logs you into Noteshell and saves your credentials to ~/.noteshell.json. You need a Noteshell account.
2. Add to your AI coding tool
Add to your ~/.claude.json, .mcp.json, or equivalent MCP config:
{
"mcpServers": {
"noteshell": {
"command": "npx",
"args": ["-y", "@noteshell/mcp"]
}
}
}
Reload your AI coding tool — done. Works with Claude Code, Cursor, Codex CLI, and any MCP-compatible client.
Available Tools (43 total)
| Prefix | Count | What it does |
|---|---|---|
notes_* |
13 | Create, read, update, search, organize notes |
projects_* |
1 | List your projects/folders |
secretary_* |
20 | Daily tasks, study plans, memory files, analytics |
context_* / soul_* |
5 | Cross-agent context bus, user goals & preferences |
calendar_* |
3 | Calendar events |
search_* |
2 | Full-text search across notes and memory |
Skills
Noteshell ships with 7 methodology skills — step-by-step workflows that teach your AI agent how to use the tools effectively:
| Skill | Purpose |
|---|---|
| Morning Routine | Review yesterday, archive, pick focus, generate plan |
| Evening Reflection | Capture mood, carry over tasks, prepare tomorrow |
| Weekly Review | 7-day analytics, plan progress, mood trends |
| Study Planning | Create roadmaps, break down subjects, track progress |
| Note Organization | Structure projects, enrich notes, task-to-note pattern |
| Research to Notes | Capture research findings as structured knowledge |
| Daily Workflow | Activity logging, quick task updates during the day |
Once the MCP server is running, just talk to your AI agent naturally:
- "Plan my day"
- "What have I been working on?"
- "Create a study plan for algorithms"
- "How am I doing this week?"
How it works
Claude Code / Cursor / Codex CLI
│
▼
@noteshell/mcp (this package — data only, no AI)
│
▼
Your Noteshell data (cloud, secured by your account)
No AI runs inside the MCP server. Claude does the thinking; Noteshell provides the data.
Skill (Methodology Workflows)
For structured workflows (morning routine, evening reflection, weekly review, study planning), install the companion skill:
npx skills add Notecase/noteshell-mcp
This teaches your AI agent how to use the MCP tools effectively — slash commands like /plan-my-day, /morning-routine, /evening-reflection, /weekly-review.
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.