Skip to main content
ClaudeWave

The official ProductNow MCP server documentation

MCP ServersRegistry oficial0 estrellas0 forksNOASSERTIONActualizado 8d ago
ClaudeWave Trust Score
72/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 9/10/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/ProductNowAI/productnow-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "productnow-mcp": {
      "command": "node",
      "args": ["/path/to/productnow-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/ProductNowAI/productnow-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# ProductNow MCP Server

[![Status](https://status.productnow.ai/badge/v2?variant=outline)](https://status.productnow.ai/)

**Your team's knowledge warehouse.**

ProductNow is the cross-vendor storage layer that joins your tools into one
living knowledge layer that AI can actually use. This hosted Model Context
Protocol (MCP) server makes that knowledge layer available wherever you and your
team already work — through MCP clients that authenticate with OAuth and operate
as the signed-in ProductNow user.

This repository is a public metadata and documentation package for marketplace
submissions. It does not contain the ProductNow application source code or the
MCP server implementation.

[![MCP Registry](https://img.shields.io/badge/MCP_Registry-Listed-success)](https://registry.modelcontextprotocol.io/?q=ProductNow)
[![Smithery](https://img.shields.io/badge/Smithery-Listed-success)](https://smithery.ai/servers/productnow)
[![PulseMCP](https://img.shields.io/badge/PulseMCP-Listed-success)](https://www.pulsemcp.com/servers/productnow)
[![Glama](https://img.shields.io/badge/Glama-Listed-success)](https://glama.ai/mcp/connectors/ai.productnow/productnow)

## Server

| Field | Value |
| --- | --- |
| Name | `ai.productnow/productnow` |
| Title | ProductNow |
| Version | `1.0.0` |
| Transport | Streamable HTTP |
| Endpoint | `https://api.productnow-prod.com/mcp` |
| Authentication | OAuth 2.0 via Auth0 |
| Required scope | `mcp:use` |
| Product app | `https://app.productnow.ai` |
| Marketing site | `https://productnow.ai` |

## What It Does

ProductNow connects the tools where knowledge already lives and turns that
signal into structured, queryable knowledge — the living picture of your
organization. Through MCP, people and AI agents can search that knowledge
warehouse, curate shareable knowledge packs, and collaborate on documents from
the clients they already use.

The MCP server exposes ProductNow workspace operations to compatible AI clients:

- Search the knowledge warehouse for grounded, citeable evidence excerpts.
- Narrow searches by folder, document creator, or last-edited date range, or
  search ProductNow product help specifically.
- Fetch, create, and iterate on ProductNow documents via draft chat.
- Move drafts into review and participate in comment threads.
- Browse and create folders; import prototypes and allocate media upload slots.
- Curate shareable knowledge packs when the feature is enabled for the org.
- Manage ProductNow help documents when the caller is a ProductNow org member.

See [docs/TOOLS.md](docs/TOOLS.md) and [tools.json](tools.json) for the full
public tool catalog (21 tools).

> **Note:** The tool catalog in this repository was refreshed from the backend
> MCP source on 2026-09-01. The live server's `tools/list` response remains the
> runtime source of truth for connected clients. Some tools are gated by
> organization membership or feature flags and may not appear for every user.

## Quick Start

Use any MCP client that supports remote Streamable HTTP servers and OAuth
discovery.

```json
{
  "mcpServers": {
    "productnow": {
      "type": "streamable-http",
      "url": "https://api.productnow-prod.com/mcp"
    }
  }
}
```

When the client first connects, ProductNow returns an OAuth challenge that points
the client to public discovery metadata. The client should complete the browser
login flow and then send the issued bearer token to the MCP endpoint.

See [docs/CLIENT_CONFIGURATION.md](docs/CLIENT_CONFIGURATION.md) for additional
configuration examples.

## Authentication And Discovery

ProductNow supports standard protected-resource discovery for MCP clients:

- MCP endpoint: `https://api.productnow-prod.com/mcp`
- Protected resource metadata:
  `https://api.productnow-prod.com/.well-known/oauth-protected-resource`
- MCP-specific protected resource metadata:
  `https://api.productnow-prod.com/.well-known/oauth-protected-resource/mcp`
- Authorization server metadata redirect:
  `https://api.productnow-prod.com/.well-known/oauth-authorization-server`

Unauthenticated requests receive a `401` response with a `WWW-Authenticate`
challenge containing the protected-resource metadata URL.

See [docs/AUTHENTICATION.md](docs/AUTHENTICATION.md) for details.

## Marketplace Metadata

This repository includes public files commonly used by MCP directories and
marketplaces:

- [server.json](server.json): official MCP Registry metadata.
- [mcp.json](mcp.json): general listing metadata for GitHub-based scrapers.
- [tools.json](tools.json): public tool catalog with safety annotations and
  output-schema availability.
- [.well-known/glama.json](.well-known/glama.json): reference copy of Glama
  ownership metadata. The authoritative copy is served from the ProductNow API
  domain.
- [assets/productnow-icon.png](assets/productnow-icon.png): square icon.
- [assets/productnow-logo.png](assets/productnow-logo.png): full logo.

## Security And Permissions

All tool calls run as the authenticated ProductNow user. ProductNow applies its
normal organization, workspace, document, and comment permissions to MCP
requests. Clients should treat write tools as consequential actions and ask for
user confirmation when appropriate.

See [docs/PRIVACY_AND_PERMISSIONS.md](docs/PRIVACY_AND_PERMISSIONS.md).

## Support

For MCP listing or integration questions, contact `support@productnow.ai`.

Lo que la gente pregunta sobre productnow-mcp

¿Qué es ProductNowAI/productnow-mcp?

+

ProductNowAI/productnow-mcp es mcp servers para el ecosistema de Claude AI. The official ProductNow MCP server documentation Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-01.

¿Cómo se instala productnow-mcp?

+

Puedes instalar productnow-mcp clonando el repositorio (https://github.com/ProductNowAI/productnow-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar ProductNowAI/productnow-mcp?

+

Nuestro agente de seguridad ha analizado ProductNowAI/productnow-mcp y le ha asignado un Trust Score de 72/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene ProductNowAI/productnow-mcp?

+

ProductNowAI/productnow-mcp es mantenido por ProductNowAI. La última actividad registrada en GitHub es del 2026-09-01, con 0 issues abiertos.

¿Hay alternativas a productnow-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega productnow-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: ProductNowAI/productnow-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/productnowai-productnow-mcp)](https://claudewave.com/repo/productnowai-productnow-mcp)
<a href="https://claudewave.com/repo/productnowai-productnow-mcp"><img src="https://claudewave.com/api/badge/productnowai-productnow-mcp" alt="Featured on ClaudeWave: ProductNowAI/productnow-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a productnow-mcp