proudnet-document-mcp

Nettention/proudnet-document-mcp

3.2

If you are the rightful owner of proudnet-document-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP (Model Context Protocol) server that provides ProudNet documentation access for AI tools.

Tools
3
Resources
0
Prompts
0

ProudNet Document MCP

An MCP (Model Context Protocol) server that provides ProudNet documentation access for AI tools.

Installation

npm install -g proudnet-document-mcp

Configuration

Claude Desktop

Configuration file locations:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Add the following configuration:

{
  "mcpServers": {
    "proudnet": {
      "command": "npx",
      "args": ["proudnet-document-mcp"]
    }
  }
}

Restart Claude Desktop after configuration.

Available Tools

  • search_proudnet_docs - Search ProudNet documentation
  • get_proudnet_page - Get specific documentation page content
  • list_proudnet_sections - List documentation sections

Usage

Using with AI Tools

In MCP-supported tools like Claude:

  • "How do I set up P2P connections in ProudNet?"
  • "Search for ProudNet RMI usage"
  • "Find server configuration information in ProudNet docs"

License

MIT