MCP server for MISP threat intelligence: IOC lookups, event management, correlation, and exports for AI agents and Claude
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"misp-mcp": {
"command": "npx",
"args": [
"-y",
"lidless-labs/misp-mcp"
]
}
}
}
Run in terminal:
claude mcp add misp-mcp npx -y lidless-labs/misp-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"misp-mcp": {
"command": "npx",
"args": [
"-y",
"lidless-labs/misp-mcp"
]
}
}
}