MCP Server
Active
GPL-3.0
io.github.singhpratech/notepatra-mcp MCP Server
io.github.singhpratech/notepatra-mcp
What is the io.github.singhpratech/notepatra-mcp MCP server?
Notepatra editor MCP server — 35 tools; every write human-approved in the editor; local-only.
How to install io.github.singhpratech/notepatra-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"notepatra-mcp": {
"command": "notepatra-mcp",
"args": [
"--socket"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"notepatra-mcp": {
"command": "notepatra-mcp",
"args": [
"--socket"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"notepatra-mcp": {
"command": "notepatra-mcp",
"args": [
"--socket"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"notepatra-mcp": {
"type": "stdio",
"command": "notepatra-mcp",
"args": [
"--socket"
]
}
}
}Claude Code
claude mcp add notepatra-mcp -- notepatra-mcp --socketRelated MCP servers
Ready-to-clone Rust MCP server with chat, token-counting, and model tools for Claude
0
View repository →Rust
Apache-2.0