W
Where MCP
by @where-org
where-mcp is an MCP server that provides CRUD operations for where-server
Created 2/23/2026
Updated about 9 hours ago
README
Repository documentation and setup instructions
where-mcp
where-mcp is an MCP server that provides CRUD operations for where-server.
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-where-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"where-org-where-mcp": {
"command": "npx",
"args": [
"where-org-where-mcp"
]
}
}
}