Add Number
@haojiasheng
About Add Number
Add Two Number
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"add-number-server": {
"command": "npx",
"args": [
"-y",
"add-number-server"
]
}
}
}Tools
1Create new text notes
Overview
What is Add Number?
Add Number is a TypeScript-based MCP server that implements a simple notes system. It demonstrates core MCP concepts by providing resources for text notes, tools for creating new notes, and prompts for generating summaries of notes.
How to use Add Number?
Install dependencies with npm install, build with npm run build, and add the server configuration to Claude Desktop's config file. The server can be run directly or debugged using the MCP Inspector.
Key features of Add Number
- Resources represent text notes with URIs and metadata
- Tools allow creating new notes (
create_note) - Prompts generate summaries of stored notes (
summarize_notes) - TypeScript-based with simple development setup
Use cases of Add Number
- Store and retrieve text notes with unique
note://URIs - Create new notes using the
create_notetool - Generate structured prompts for LLM summarization of all notes
FAQ from Add Number
What does Add Number do?
It implements a simple notes system with resources, tools, and prompts, demonstrating core MCP concepts.
How do I install and build Add Number?
Run npm install to install dependencies, then npm run build to compile. For auto-rebuild during development, use npm run watch.
How do I configure Add Number with Claude Desktop?
Add the server configuration to the Claude Desktop config file, pointing to the built index.js file. The config file is located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS and %APPDATA%/Claude/claude_desktop_config.json on Windows.
How can I debug Add Number?
Use the MCP Inspector by running npm run inspector. It provides a URL to access debugging tools in your browser.
Where are notes stored?
Notes are stored in the server’s in-memory state; they are not persisted to disk.
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Awesome Mlops
visengerA curated list of references for MLOps
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments