List MCP Server configurations in your system used by AI applications like Cursor, Claude Desktop, VS Code and others
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ls-mcp": {
"command": "npx",
"args": [
"-y",
"lirantal/ls-mcp"
]
}
}
}
Run in terminal:
claude mcp add ls-mcp npx -y lirantal/ls-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"ls-mcp": {
"command": "npx",
"args": [
"-y",
"lirantal/ls-mcp"
]
}
}
}