Official MCP server for OwnerSpec.com: cited home water treatment answers, part matching and sizing calculators for AI agents. Live at https://ownerspec.com/mcp
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"ownerspec-com/mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server npx -y ownerspec-com/mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"ownerspec-com/mcp-server"
]
}
}
}
📋 Copy