productplan
MCP server for ProductPlan - enables AI assistants to interact with roadmaps, OKRs, and discovery features
How to use
The ProductPlan MCP server is designed to facilitate seamless interactions between AI assistants and your product roadmaps, OKRs, and discovery features. By leveraging this server, developers can enhance their applications with capabilities to retrieve and manipulate strategic planning data, making it easier to manage product development processes effectively.
Once connected to the ProductPlan MCP server, you can issue commands to retrieve or update information related to your roadmaps and objectives. Although specific tools are not documented yet, you can engage with the server by sending queries that request current roadmap statuses, OKR progress, or insights from discovery features. Commands such as "get roadmap status" or "list current OKRs" will yield useful data for your application.
How to install
To install the ProductPlan MCP server, ensure you have Node.js installed on your machine. If you prefer a quick start, you can use npx as follows:
npx -y productplan-mcp-server
Alternatively, for a global install, you can clone the repository directly from GitHub:
git clone https://github.com/olgasafonova/productplan-mcp-server.git
cd productplan-mcp-server
npm install
Additional notes
When configuring the ProductPlan MCP server, ensure that your environment is set up with the necessary API keys and endpoint URLs specific to your ProductPlan account. Common issues may arise if these configurations are not correctly applied, so double-check your setup for any discrepancies.
Related MCP Servers
sandbox
A Model Context Protocol (MCP) server that enables LLMs to run ANY code safely in isolated Docker containers.
miro
MCP server for controlling Miro whiteboards with AI assistants
storybook
MCP server for Storybook - provides AI assistants access to components, stories, properties and screenshots. Built with TypeScript and Model Context Protocol SDK.
mediawiki
MCP server for MediaWiki wikis - search, read, and edit wiki content from AI assistants
mcp4go
A comprehensive Go SDK for the Model Context Protocol (MCP) - simplifying AI application development by abstracting away protocol complexities.
mcp-tidy
CLI tool to visualize and manage MCP server configurations in Claude Code. List servers, analyze usage statistics, and clean up unused servers