MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

where-mcp is an MCP server that provides CRUD operations for where-server

Created 2/23/2026
Updated about 9 hours ago
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" ] } } }