- Home
- MCP servers
- ProudNet
ProudNet
- javascript
0
GitHub Stars
javascript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"nettention-proudnet-document-mcp": {
"command": "npx",
"args": [
"proudnet-document-mcp"
]
}
}
}You run an MCP server that exposes ProudNet documentation to AI tools. It lets you search, fetch, and list ProudNet content from your local or remote tooling environment, enabling seamless integration with MCP-enabled assistants and workflows.
How to use
You connect an MCP client to the ProudNet Documentation MCP server to access ProudNet content from AI tools. Use the supported tool endpoints to search for documents, retrieve specific pages, and list documentation sections. In your MCP-enabled tool, issue queries like searching ProudNet docs, requesting a particular page, or listing sections to guide the AI workflow.
How to install
Prerequisites: you need Node.js and npm installed on your system.
# Install the MCP server globally so you can run it from any directory
npm install -g proudnet-document-mcp
Configure the MCP client integration by adding the ProudNet MCP server configuration to your Claude Desktop setup. You will place the MCP server under the proudnet key in your configuration file.
{
"mcpServers": {
"proudnet": {
"command": "npx",
"args": ["proudnet-document-mcp"]
}
}
}
Restart Claude Desktop after you apply the configuration to ensure the ProudNet MCP server is loaded and ready for use.
Additional content
The MCP server provides three main capabilities you can leverage from your AI tools: search ProudNet documentation, fetch a specific documentation page, and list documentation sections. These endpoints allow you to build rich, context-aware prompts and knowledge retrieval flows for ProudNet.
Available tools
search_proudnet_docs
Search ProudNet documentation to find relevant topics or sections quickly.
get_proudnet_page
Retrieve the content of a specific ProudNet documentation page.
list_proudnet_sections
List the available sections within the ProudNet documentation set.