Mcp Servers & Tools Knowledge Base And Help Center — professional-grade functionality with zero code. One purchase.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"7095080a-mcp-servers": {
"command": "npx",
"args": [
"-y",
"ncreighton/7095080a-mcp-servers-tools-knowledge"
]
}
}
}
Run in terminal:
claude mcp add 7095080a-mcp-servers npx -y ncreighton/7095080a-mcp-servers-tools-knowledge
Add to .cursor/mcp.json:
{
"mcpServers": {
"7095080a-mcp-servers": {
"command": "npx",
"args": [
"-y",
"ncreighton/7095080a-mcp-servers-tools-knowledge"
]
}
}
}