Loading MCP server directory, please wait...
Search stories and discover OSINT sources in Taranis AI.
npx @getmcp/cli add io.github.taranis-ai/taranis-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
TARANIS_API_URLTaranis API root, including the /api path.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.taranis-ai/taranis-mcp-server": {
"command": "uvx",
"args": [
"taranis-mcp-server"
],
"env": {
"MCP_TRANSPORT": "stdio",
"TARANIS_API_URL": "",
"TARANIS_ACCESS_TOKEN": "",
"TARANIS_USERNAME": "",
"TARANIS_PASSWORD": ""
}
}
}
}