PluginBench
MCP Server

7timer MCP Server

io.github.pipeworx-io/7timer

What is the 7timer MCP server?

7Timer! MCP.

How to install 7timer

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "7timer": {
      "url": "https://gateway.pipeworx.io/7timer/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "7timer": {
      "serverUrl": "https://gateway.pipeworx.io/7timer/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "7timer": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/7timer/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "7timer": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.pipeworx.io/7timer/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http 7timer https://gateway.pipeworx.io/7timer/mcp

Related MCP servers

Abgeordnetenwatch MCP — German federal & state parliament data.

View repository →

Australian Bureau of Statistics (ABS) Data API MCP.

View repository →

AbuseIPDB MCP — wraps AbuseIPDB v2 API (api.abuseipdb.com/api/v2)

View repository →

ACLED MCP — Armed Conflict Location & Event Data Project

View repository →

ActiveCampaign MCP Pack — email marketing + CRM (API v3).

View repository →