New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

agentpay-readme-generator-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentpay-readme-generator-mcp

MCP Server for generating professional README files for GitHub repos. Features include README generation, badge creation, validation, and templates.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Agent README Generator MCP

Smithery npm GitHub Stars License Python GitHub Pages

An MCP (Model Context Protocol) server that generates professional README files for GitHub repositories. Built for MCP-compatible clients like Claude Desktop, Cursor, and VS Code.

Features

  • readme_generate — Generate a complete, formatted README from a repo name, description, features, and tools list
  • readme_add_badge — Generate markdown for badges (Smithery, npm, GitHub stars, Python, License)
  • readme_validate — Check a README against best practices (title, description, installation, usage, license, badges, TOC)
  • readme_templates — List available README templates (Python MCP, REST API, HTML Tool, CLI App, npm Package)

Pricing

TierPriceFeatures
Free$05 READMEs per session
Pro$9/moUnlimited READMEs, custom branding, all templates, priority support

Subscribe to Pro →

Installation

npm install -g agentpay-readme-generator-mcp

Option 2: Smithery

Install from Smithery

Option 3: Manual

git clone https://github.com/Rumblingb/agent-readme-generator-mcp.git
cd agent-readme-generator-mcp
pip install -r requirements.txt
python server.py

MCP Configuration

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "readme-generator": {
      "command": "python",
      "args": ["-m", "server"],
      "env": {
        "PYTHONPATH": "/path/to/agent-readme-generator-mcp"
      }
    }
  }
}

Cursor

Add to Cursor's MCP configuration.

VS Code

Add to VS Code's settings for GitHub Copilot.

Tools

readme_generate

Generate a complete README file.

Parameters:

  • name (string): Repository name
  • description (string): Project description
  • features (string[]): List of features
  • tools (string[]): List of tools/commands
  • template (string): Template type (python-mcp, rest-api, html-tool, cli-app, npm-package)
  • session_id (string, optional): Session identifier for rate limiting

readme_add_badge

Generate markdown for a badge.

Parameters:

  • type (string): Badge type (smithery, npm, github-stars, python, license)
  • repo (string): GitHub repo (owner/repo format)
  • package (string): npm package name

readme_validate

Validate a README against best practices checklist.

Parameters:

  • content (string): Full README text to validate

readme_templates

List available README templates with their section layouts.

Development

git clone https://github.com/Rumblingb/agent-readme-generator-mcp.git
cd agent-readme-generator-mcp
pip install -r requirements.txt
python server.py

Testing

# Test the server starts and responds to tools/list
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | python server.py

Deployment

The site is deployed via GitHub Pages at rumblingb.github.io/agent-readme-generator-mcp.

License

MIT

Keywords

mcp

FAQs

Package last updated on 13 May 2026

Related posts