mcp-client-and-server MCP server
Overview
MCP Client and Server is a system designed to chain together clients and servers using the Model Context Protocol, with a specific focus on note storage and summarization.
Users can install the MCP Client and Server by following the quickstart installation guide, which includes custom configuration for their operating system, and can interact with the server using a simple note:// URI scheme.
- Custom note storage system with individual note access via URI - Summary generation for all stored notes with a customizable style - Tool to add new notes while maintaining an updated server state
- Storing and organizing personal notes for easy retrieval.
- Generating summaries for study notes or research data.
- Collaborative note-taking between different clients using the server.
Add to your AI client
Use these steps to connect mcp-client-and-server MCP server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-client-and-server-non-dirty": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-client-and-server-non-dirty"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-client-and-server-non-dirty": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-client-and-server-non-dirty"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-client-and-server-non-dirty": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-client-and-server-non-dirty"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-client-and-server-non-dirty": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-client-and-server-non-dirty"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-client-and-server-non-dirty": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-client-and-server-non-dirty"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-client-and-server-non-dirty": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-client-and-server-non-dirty"
]
}
}
}FAQ
How do I add a note?
You can add a note using the 'add-note' tool by providing a name and content for the note.
Is there a way to summarize notes?
Yes! You can use the 'summarize-notes' prompt to create summaries of all stored notes, with an option to specify the level of detail.
What is the command to start the server?
The command to start the server is provided in the configuration for both development and published servers as part of the installation instructions.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":332,"uuid":"7fbaa5d4-d378-4984-8aec-e946abc26180","name":"mcp-client-and-server","title":"mcp-client-and-server MCP server","description":null,"avatar_url":"https://avatars.githubusercontent.com/u/1251418?v=4","created_at":"2024-12-13T13:19:52.268Z","updated_at":"2024-12-13T15:09:08.736Z","status":"created","author_name":"non-dirty","author_avatar_url":"https://avatars.githubusercontent.com/u/1251418?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/non-dirty/mcp-client-and-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]