An MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"custom-mcp-server-wi": {
"command": "npx",
"args": [
"-y",
"ananthsaireddy/Custom-MCP-Server-with-Strict-Validation-Transport-Handling"
]
}
}
}
Run in terminal:
claude mcp add custom-mcp-server-wi npx -y ananthsaireddy/Custom-MCP-Server-with-Strict-Validation-Transport-Handling
Add to .cursor/mcp.json:
{
"mcpServers": {
"custom-mcp-server-wi": {
"command": "npx",
"args": [
"-y",
"ananthsaireddy/Custom-MCP-Server-with-Strict-Validation-Transport-Handling"
]
}
}
}