Odel
summarizer ai mcp

summarizer ai mcp

Local
@csoai-orgPythonUpdated 4 days ago

MCP server for summarizer ai. Features summarize text, extract key points, generate abstract. From

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIsummarizer-ai-mcpv1.0.12

Run

uvx summarizer-ai-mcp

MCP client config

{
  "mcpServers": {
    "summarizer-ai-mcp": {
      "command": "uvx",
      "args": [
        "summarizer-ai-mcp"
      ]
    }
  }
}