data-ai MCP Server
List MCP Server configurations in your system used by AI applications like Cursor, Claude Desktop, VS Code and others
Discovered via github-topic:model-context-protocol and last synced 3mo ago.
1. Install the package
npx ls-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"ls-mcp": {
"command": "npx",
"args": [
"ls-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)