AINative PRD Generator MCP Server
Rank #57,583io.github.AINative-Studio/ainative-prd-mcp
PRD Generator MCP — generate, validate, and manage Product Requirement Documents.
AINative PRD Generator MCP Server is a Model Context Protocol (MCP) server published by AINative-Studio. It ranks #57,583 of 115,591 servers tracked on MCP Toplist. AINative PRD Generator MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jun 8, 2026 and most recently updated on Aug 1, 2026.
Ranks ahead of 58,008 of 115,591 servers on MCP Toplist.
Use AINative PRD Generator MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ainative-prd-mcp -- npx -y ainative-prd-mcp[mcp_servers.ainative-prd-mcp]
command = "npx"
args = ["-y", "ainative-prd-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ainative-prd-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-prd-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ainative-prd-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-prd-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ainative-prd-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ainative-prd-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ainative-prd-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-prd-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ainative-prd-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-prd-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.AINative-Studio%2Fainative-prd-mcp)<a href="https://mcptoplist.com/server/io.github.AINative-Studio%2Fainative-prd-mcp"><img src="https://mcptoplist.com/badge/io.github.AINative-Studio%2Fainative-prd-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
AINative-Studio
Other servers by AINative-Studio
- AINative Strapi MCP Server#38,076 · 1 ver
- ainative-memory-mcp#42,415 · 1 ver
- ainative-postgres-mcp#42,416 · 1 ver
- ainative-opencode-memory-mcp#46,217 · 1 ver
- @ainative/browser-mcp#65,821 · 1 ver
- @ainative/gtm-mcp#65,822 · 1 ver
- ZeroDB Agent Memory MCP Server#65,823 · 1 ver
- AINative ZeroDB MCP Server#77,522
Available versions (1)
| Version | Published |
|---|---|
| 1.1.1 | Aug 1, 2026 |
Frequently asked questions
- Who maintains AINative PRD Generator MCP Server?
- AINative PRD Generator MCP Server is maintained by AINative-Studio, which publishes 9 MCP servers (8 total versions) tracked on MCP Toplist.
- Is AINative PRD Generator MCP Server listed on the Official MCP Registry?
- Yes — AINative PRD Generator MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does AINative PRD Generator MCP Server have?
- MCP Toplist tracks 1 version of AINative PRD Generator MCP Server, most recently published on Aug 1, 2026.
- Where can I find the source code for AINative PRD Generator MCP Server?
- The source code for AINative PRD Generator MCP Server is hosted at github.com/AINative-Studio/ainative-prd-mcp.