Pwndoc
An MCP Server for Pwndoc (Pentesting Reporting Tool)
What is Pwndoc?
Pwndoc is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server for pwndoc (pentesting reporting tool)
An MCP Server for Pwndoc (Pentesting Reporting Tool)
This server falls under the Security category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- An MCP Server for Pwndoc (Pentesting Reporting Tool)
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx pwndocConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Pwndoc
The Pwndoc MCP Server integrates AI assistants with Pwndoc, the open-source penetration testing report management platform, exposing approximately 90 tools that cover the full pentesting workflow — from creating and managing audits and findings to administering vulnerability templates, user accounts, and system configuration. Security professionals can use it to automate report generation, search and update vulnerabilities in bulk, manage client data, and export findings without leaving their AI chat interface.
Prerequisites
- Python 3.10 or later with pip installed
- A running Pwndoc instance (self-hosted) with its URL accessible
- Pwndoc account credentials (username and password, or a JWT token)
- An MCP-compatible client such as Claude Desktop
Install the pwndoc-mcp-server package
Install the package from PyPI using pip. Use the [all] extra to include all optional features.
pip install pwndoc-mcp-server
# or with all optional features:
pip install pwndoc-mcp-server[all]Run initial configuration
Use the built-in config initializer to create a ~/.pwndoc-mcp/config.yaml file with your Pwndoc server URL and credentials.
pwndoc-mcp config initVerify connectivity
Test the connection to your Pwndoc instance and list available tools to confirm everything is working.
pwndoc-mcp test
pwndoc-mcp toolsConfigure Claude Desktop
Add the Pwndoc MCP server to your Claude Desktop configuration using environment variables for credentials.
{
"mcpServers": {
"pwndoc": {
"command": "pwndoc-mcp",
"args": ["serve"],
"env": {
"PWNDOC_URL": "https://your-pwndoc-instance.example.com",
"PWNDOC_USERNAME": "your-username",
"PWNDOC_PASSWORD": "your-password"
}
}
}
}Install Claude Desktop integration automatically (alternative)
The package includes a helper command that auto-installs and verifies the Claude Desktop integration without manually editing the config file.
pwndoc-mcp claude-install
pwndoc-mcp claude-statusPwndoc Examples
Client configuration
claude_desktop_config.json entry for the Pwndoc MCP server with credentials as environment variables.
{
"mcpServers": {
"pwndoc": {
"command": "pwndoc-mcp",
"args": ["serve"],
"env": {
"PWNDOC_URL": "https://pwndoc.your-org.com",
"PWNDOC_USERNAME": "auditor",
"PWNDOC_PASSWORD": "your-password-here"
}
}
}
}Prompts to try
Example prompts for managing pentesting reports and findings through Pwndoc.
- "List all active audits in Pwndoc"
- "Create a new audit named 'Internal Network Assessment Q2 2026' for client Acme Corp"
- "Search for all findings with severity 'Critical' across all audits"
- "Add a new finding to audit ID abc123: SQL Injection in the login form, CVSS 9.8"
- "Generate the final report for audit 'WebApp Pentest May 2026' and export it as PDF"
- "List all vulnerability templates in the library and show their categories"Troubleshooting Pwndoc
Authentication fails with 401 Unauthorized
Verify PWNDOC_URL, PWNDOC_USERNAME, and PWNDOC_PASSWORD are correct. If using PWNDOC_TOKEN instead of credentials, ensure the JWT has not expired — Pwndoc tokens have a limited lifetime and the server will attempt automatic refresh only when username/password are also provided.
SSL certificate verification error when connecting to Pwndoc
If your Pwndoc instance uses a self-signed certificate, set ssl_verify: false in ~/.pwndoc-mcp/config.yaml. For production deployments, prefer installing a valid certificate from a trusted CA.
'pwndoc-mcp: command not found' after pip install
The pip install target directory may not be on your PATH. Run pip show pwndoc-mcp-server to find the install location, then add the Scripts (Windows) or bin (macOS/Linux) directory to your PATH, or use python -m pwndoc_mcp serve as an alternative command.
Frequently Asked Questions about Pwndoc
What is Pwndoc?
Pwndoc is a Model Context Protocol (MCP) server that mcp server for pwndoc (pentesting reporting tool) It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Pwndoc?
Follow the installation instructions on the Pwndoc GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Pwndoc?
Pwndoc works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Pwndoc free to use?
Yes, Pwndoc is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Pwndoc Alternatives — Similar Security Servers
Looking for alternatives to Pwndoc? Here are other popular security servers you can use with Claude, Cursor, and VS Code.
Casdoor
★ 13.6kAn open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI supporting OpenClaw, MCP, OAuth, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, Google Workspace, Azure AD
ghidraMCP
★ 9.0kAn Model Context Protocol server that enables LLMs to autonomously reverse engineer applications by exposing Ghidra's decompilation and analysis tools. It allows AI agents to list code structures, rename methods, and analyze binaries directly through
HexStrike AI
★ 8.9kHexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pentesting, vulnerability discovery, bug bounty automation, and security research. Seamlessly b
IDA Pro MCP
★ 8.7kEnables AI-assisted reverse engineering in IDA Pro by providing tools to analyze binaries, decompile functions, manage comments, search patterns, and interact with the IDA database through natural language.
Anthropic Cybersecurity Skills
★ 6.6k754 structured cybersecurity skills for AI agents · Mapped to 5 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND & NIST AI RMF · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platform
Hooker
★ 5.1k🔥🔥 hooker is a Frida-based reverse engineering toolkit for Android. It offers a user-friendly CLI, universal scripts, auto hook generation, memory roaming to detect activities/services, one-click SOCKS5 proxy setup, Frida JustTrustMe, and BoringSSL u
Browse More Security MCP Servers
Explore all security servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Pwndoc in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Pwndoc?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.