# ProudNet Document MCP
An MCP (Model Context Protocol) server that provides ProudNet documentation access for AI tools.
## Installation
```bash
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:
```json
{
"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
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nettention/proudnet-document-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server