quiver-mcp

bolshchikov/quiver-mcp

3.2

If you are the rightful owner of quiver-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Quiver MCP Server is a Model Context Protocol server designed to interface with the Quiver API, enabling seamless integration and communication between different components of a system.

Quiver MCP Server

MCP server for Quiver API

Running locally

Claude Desktop

{
  "mcpServers": {
    "quiver-mcp": {
      "command": "uv",
      "args": [
        "run",
        "--with", "httpx",
        "--with", "fastmcp",
        "python",
        "<full-path>/quiver-mcp/server.py"
      ],
      "env": {
        "QUIVER_ACCESS_TOKEN": "<your-quiver-access-token>"
      }
    }
  }
}