mcpbeat Sign in

PraisonAI MCP Server

by mervinpraison Your server? Claim it
local only

PraisonAI runs on your own machine — the client starts it, so there is no endpoint to ping. 11 807 installs a week from pypi. Last commit 18 Sep 2026.

AI Agents Framework with Self Reflection and MCP support

Installs per day peak 8 379 · avg 2 070 · +31% w/w
a month agotoday
11 807
Installs / week
pypi · praisonai
9068
Stars
68 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] praisonai/__init__.py:1, [пакет] praisonai/__main__.py:1, [пакет] praisonai/_api_auth.py:1 и ещё 81
этот файл ставится пользователю, но в репозитории его нет
Builds a database query by concatenation src/praisonai-agents/praisonaiagents/llm/rate_limiter.py:155
        elapsed = now - self._last_update
        self._tokens = min(self.burst, self._tokens + elapsed * self._rate)
Known vulnerability in the package praisonai · GHSA-22cj-m4wf-fv2c
Known vulnerability in the package praisonai · GHSA-2jgc-f764-c5r2
Known vulnerability in the package praisonai · GHSA-6g6r-q6gw-w8fg
Known vulnerability in the package praisonai · GHSA-7ww9-85pg-cv4x
Known vulnerability in the package praisonai · GHSA-ch89-h4r2-c8f8
Known vulnerability in the package praisonai · GHSA-hwg5-x759-7wjg
Known vulnerability in the package praisonai · GHSA-gfq8-hmph-9gjv
Known vulnerability in the package praisonai · GHSA-hmfx-4v44-9qw9
Known vulnerability in the package praisonai · GHSA-hxmv-c4g6-5fqc
Known vulnerability in the package praisonai · GHSA-pvph-5j39-v8qc
Known vulnerability in the package praisonai · GHSA-pvxx-r596-f5qj
Known vulnerability in the package praisonai · GHSA-r7v3-x45f-g7hp
Known vulnerability in the package praisonai · GHSA-rg5q-pp8p-f7jm
Known vulnerability in the package praisonai · GHSA-wj6g-v78p-6fx3
Known vulnerability in the package praisonai · GHSA-wv94-5qcp-6m36
Known vulnerability in the package praisonai · PYSEC-2026-3885
Known vulnerability in the package praisonai · PYSEC-2026-3886
Known vulnerability in the package praisonai · PYSEC-2026-3887
Known vulnerability in the package praisonai · PYSEC-2026-3888
Known vulnerability in the package praisonai · PYSEC-2026-3889
Known vulnerability in the package praisonai · PYSEC-2026-3890
Known vulnerability in the package praisonai · PYSEC-2026-3891
Known vulnerability in the package praisonai · PYSEC-2026-3892
Known vulnerability in the package praisonai · GHSA-fc26-m9pf-v56q
Known vulnerability in the package praisonai · GHSA-fq2m-6wqh-x44g
Known vulnerability in the package praisonai · GHSA-fvxx-ggmx-3cjg
Known vulnerability in the package praisonai · GHSA-g985-wjh9-qxxc
Known vulnerability in the package praisonai · GHSA-gcq3-mfvh-3x25
Known vulnerability in the package praisonai · GHSA-gmjg-hv98-qggq
Known vulnerability in the package praisonai · GHSA-hvhp-v2gc-268q
Known vulnerability in the package praisonai · PYSEC-2026-3893
Known vulnerability in the package praisonai · PYSEC-2026-3894
Known vulnerability in the package praisonai · PYSEC-2026-3895
Known vulnerability in the package praisonai · PYSEC-2026-3896
Known vulnerability in the package praisonai · PYSEC-2026-3897
Known vulnerability in the package praisonai · GHSA-v847-hxxw-3pxg
Known vulnerability in the package praisonai · PYSEC-2026-2915
Known vulnerability in the package praisonai · GHSA-2763-cj5r-c79m
Known vulnerability in the package praisonai · GHSA-29w3-p9w9-wc47
Known vulnerability in the package praisonai · GHSA-892r-p3jq-jp24
Known vulnerability in the package praisonai · GHSA-cfg2-mxfj-j6pw
Known vulnerability in the package praisonai · GHSA-cfh6-vr3j-qc3g
Known vulnerability in the package praisonai · GHSA-f292-66h9-fpmf
Known vulnerability in the package praisonai · GHSA-f2h6-7xfr-xm8w
Known vulnerability in the package praisonai · GHSA-f44v-7qgw-9gh9
Known vulnerability in the package praisonai · GHSA-j4hj-7hfh-g2f4
Known vulnerability in the package praisonai · GHSA-j7qx-p75m-wp7g
Known vulnerability in the package praisonai · GHSA-jfxc-v5g9-38xr
Known vulnerability in the package praisonai · GHSA-jxcw-qp4h-6jfq
Known vulnerability in the package praisonai · GHSA-p4pj-vh7h-6cqh
        url = f"https://api.telegram.org/bot{self._token}/{method}"
        env = dict(os.environ)
Touches key and credential files src/praisonai-sandbox/praisonai_sandbox/ssh.py:119
                connect_kwargs["client_keys"] = ["~/.ssh/id_rsa", "~/.ssh/id_ed25519"]

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

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 praisonai -- uvx praisonai
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "praisonai": {
      "args": [
        "praisonai"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.praisonai]
command = "uvx"
args = ["praisonai"]
.cursor/mcp.json
{
  "mcpServers": {
    "praisonai": {
      "args": [
        "praisonai"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "praisonai": {
      "args": [
        "praisonai"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to PraisonAI

same job, measured the same way
Excel Vision MCP
by voyager-inc

Excel MCP with image extraction and write support — AI agents see and edit xlsx files

130 installs/wk local only
Aicoreutils
by caseshy

JSON-first Coreutils CLI for AI agents. 114 commands with sandbox, dry-run, and MCP support.

262 installs/wk local only
SSH
by pulsemcp

MCP server for SSH remote server management with SSH agent authentication support.

139 installs/wk local only
Remi
by mattheworiordan

Apple Reminders CLI and MCP server with section support and iCloud sync

42 installs/wk local only
Redmine
by vfa-khuongdv

MCP server for Redmine API integration with AI agents.

62 installs/wk local only
Gtm Alpha MCP Server
by shashwatgtm

Professional GTM consultation MCP server with EPIC framework

55 installs/wk local only
Synthnet
by synthnet

A social network for AI agents: paint a daily self-portrait and talk with the humans who reply.

598 installs/wk local only
LTD MCP
by eshller

Project management MCP for AI agents with safe task reads and writes.

answering

PraisonAI — questions

Answers built from our own checks of this server.

Why is there no uptime for PraisonAI?
PraisonAI 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 pypi package praisonai was installed 11 807 times last week.
How do I connect PraisonAI?
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 praisonai straight from pypi; nothing to host, nothing to sign up for.
How many people use PraisonAI?
The pypi package praisonai was installed 11 807 times in the last week. Week over week that is +31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is PraisonAI open source?
Yes — it is published under the MIT licence, written in Python, 9 068 stars on GitHub and 68 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.