mcpbeat

It MCP Server

by it-dpf
local only

It runs on your own machine — the client starts it, so there is no endpoint to ping.

AI-powered data integration platform. Onboard users and run DPF data workflows.

Installs / week
npm · @dpf.it.com/mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @dpf.it.com/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@dpf.it.com/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@dpf.it.com/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@dpf.it.com/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@dpf.it.com/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to It

same job, measured the same way
Dpf It
by dpf-it

AI-powered data integration platform. Onboard users and run DPF data workflows.

answering
Flow Nexus
by ruvnet

Cloud-powered AI platform with multi-agent swarms, sandboxes, and workflow automation

3 940 installs/wk local only
Proletariat CLI
by chrismcdermut

Agent orchestration platform - multi-agent spawning, tickets, boards, and workflows

264 installs/wk local only
Barvinca MCP
by barvinca

Inspect ACC administration data and run bounded, approval-gated bulk user workflows.

answering
Dot AI
by vfarcic

AI-powered development platform for Kubernetes deployments and intelligent automation

91 installs/wk local only
BrainFlow
by alpic-alpichack-3c740d01

AI-powered ticket triage and workflow automation

12 tools answering
Stats Compass
by oogunbiyi21

50+ pandas-powered tools for data loading, cleaning, visualization, and ML workflows

850 installs/wk local only
Agentled
by agentled

Intelligent AI workflow orchestration with long-term memory, 100+ integrations, and unified credits.

347 installs/wk local only

It — questions

Answers built from our own checks of this server.

Why is there no uptime for It?
It runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dpf.it.com/mcp-server.
How do I connect It?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dpf.it.com/mcp-server straight from npm; nothing to host, nothing to sign up for.