What is the Polarity MCP server?
Real-time threat intelligence lookups and IOC parsing from your self-hosted Polarity instance.
How to install Polarity
Copy-paste configuration for popular MCP clients.
POLARITY_SERVER_URLThe base URL of your Polarity server, e.g. https://polarity.yourcompany.com
POLARITY_TOKENA Polarity API key. Generate one in Polarity under Settings > API Keys.
POLARITY_IGNORE_SSLSet to 'true' if your Polarity server uses a self-signed certificate.
POLARITY_TIMEOUT_MSTimeout in milliseconds for Polarity API requests. Defaults to 30000 (30 seconds). Increase for slow integrations.
{
"mcpServers": {
"polarity-mcp": {
"command": "npx",
"args": [
"-y",
"@polarityio/mcp-connector"
],
"env": {
"POLARITY_SERVER_URL": "<YOUR_POLARITY_SERVER_URL>",
"POLARITY_TOKEN": "<YOUR_POLARITY_TOKEN>",
"POLARITY_IGNORE_SSL": "<YOUR_POLARITY_IGNORE_SSL>",
"POLARITY_TIMEOUT_MS": "<YOUR_POLARITY_TIMEOUT_MS>"
}
}
}
}{
"mcpServers": {
"polarity-mcp": {
"command": "npx",
"args": [
"-y",
"@polarityio/mcp-connector"
],
"env": {
"POLARITY_SERVER_URL": "<YOUR_POLARITY_SERVER_URL>",
"POLARITY_TOKEN": "<YOUR_POLARITY_TOKEN>",
"POLARITY_IGNORE_SSL": "<YOUR_POLARITY_IGNORE_SSL>",
"POLARITY_TIMEOUT_MS": "<YOUR_POLARITY_TIMEOUT_MS>"
}
}
}
}{
"mcpServers": {
"polarity-mcp": {
"command": "npx",
"args": [
"-y",
"@polarityio/mcp-connector"
],
"env": {
"POLARITY_SERVER_URL": "<YOUR_POLARITY_SERVER_URL>",
"POLARITY_TOKEN": "<YOUR_POLARITY_TOKEN>",
"POLARITY_IGNORE_SSL": "<YOUR_POLARITY_IGNORE_SSL>",
"POLARITY_TIMEOUT_MS": "<YOUR_POLARITY_TIMEOUT_MS>"
}
}
}
}{
"servers": {
"polarity-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@polarityio/mcp-connector"
],
"env": {
"POLARITY_SERVER_URL": "<YOUR_POLARITY_SERVER_URL>",
"POLARITY_TOKEN": "<YOUR_POLARITY_TOKEN>",
"POLARITY_IGNORE_SSL": "<YOUR_POLARITY_IGNORE_SSL>",
"POLARITY_TIMEOUT_MS": "<YOUR_POLARITY_TIMEOUT_MS>"
}
}
}
}claude mcp add polarity-mcp --env POLARITY_SERVER_URL=<YOUR_POLARITY_SERVER_URL> --env POLARITY_TOKEN=<YOUR_POLARITY_TOKEN> --env POLARITY_IGNORE_SSL=<YOUR_POLARITY_IGNORE_SSL> --env POLARITY_TIMEOUT_MS=<YOUR_POLARITY_TIMEOUT_MS> -- npx -y @polarityio/mcp-connectorRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.