P
Pendo
Query Pendo product analytics and guides.
·No reviews yet
Share:
About
Auto-generated
Pendo is a Model Context Protocol server in the Analytics & Monitoring category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Pendo.
- What is the Pendo MCP?
- The Pendo MCP provides an interface to interact with Pendo product analytics and guides. It enables querying data from Pendo for analysis and insight directly within an MCP client.
- How do I install the Pendo MCP in Cursor?
- To install the Pendo MCP in Cursor, you typically add its repository URL (https://github.com/pendo-io/pendo-mcp) to your Cursor client's MCP configuration. Detailed steps for client-side setup would be in the Cursor documentation.
- Does the Pendo MCP require authentication?
- Yes, the Pendo MCP requires an API key for authentication. This key grants access to your Pendo data and must be configured within your MCP client.
- What are the primary capabilities of the Pendo MCP?
- The Pendo MCP is designed to query Pendo for product analytics and guide information. It allows developers to access data programmatically for custom reporting or integrations.
- Is there a cost associated with using the Pendo MCP?
- The Pendo MCP code itself is open source and community-provided. However, accessing Pendo data requires a Pendo subscription, and costs depend on your existing Pendo agreement.
- What is a prerequisite for using the Pendo MCP?
- A key prerequisite for using the Pendo MCP is an active Pendo account with access to an API key. Without this, the MCP will not be able to authenticate and retrieve data.
Install Pendo
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"pendo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-pendo"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"pendo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-pendo"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"pendo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-pendo"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.