Skip to main content

PM Studio MCP Server - A Model Context Protocol server for product managers

Project description

PM Studio MCP

PM Studio MCP is a Model Context Protocol (MCP) server for product management tasks. It provides a suite of tools and utilities to help product managers analyze user feedback, perform competitive analysis, generate data visualizations, and access structured data sources.

Available Tools

Category & Description Tools
🔍 Search & Web
Google web search, website crawling
google_web_tool
crawl_website_tool
📊 Data & Analytics
Product insights, SQL querying, charts & visualizations
fetch_product_insights
titan_query_data_tool
titan_search_table_metadata_tool
titan_generate_sql_from_template_tool
generate_data_visualization
💼 M365 Graph
Teams messaging, email, calendar integration
send_message_to_chat_tool
send_message_to_channel_tool
send_mail_tool
get_calendar_events
🔧 Utilities
Document conversion, greeting utility
convert_to_markdown_tool
greeting_with_pm_studio

Quick Start

Prerequisites

MCP Server Configuration

Install in VS Code

Add the following to MCP configuration file (setting.json in VS Code global setting, or mcp.json in your project):

{
  "mcpServers": {
    "pm-studio-mcp": {
      "command": "uvx",
      "args": ["pm-studio-mcp", "--python=python3.10"],
      "env": {
          "WORKING_PATH": "{YOUR_WORKSPACE_PATH}/working_dir/"
          // Add additional variables here, refer to Environment Settings below
      }
    }
  }
}

Development Mode (Local Source)

For local development, modify the configuration:

{
  "command": "uv",
  "args": ["--directory", "{PATH_TO_CLONED_REPO}/src/", "run", "-m", "pm_studio_mcp"]
}

Path Examples:

  • macOS: /Users/username/Documents/pm-studio-mcp
  • Windows: C:\\Users\\username\\Documents\\pm-studio-mcp

Environment Settings

Add these environment variables to the env section of your MCP configuration when needed.

Variable Required Description
WORKING_PATH A writable Directory where output files will be stored.
GRAPH_CLIENT_ID Microsoft Graph API authentication for Teams/Email/Calendar.
REDDIT_CLIENT_ID Reddit API access for Reddit data analysis tools.
REDDIT_CLIENT_SECRET Reddit API authentication. Must be paired with Reddit Client ID.
DATA_AI_API_KEY Access to Data.ai analytics for app store data and reviews.
UNWRAP_ACCESS_TOKEN Unwrap AI API access for sentiment analysis features.

Note: Only WORKING_PATH is required. Other variables can be added as needed for specific features.

Graph Client IDs

The PM Studio MCP automatically detects the appropriate Microsoft Graph Client ID for your team based on your user identity. The detection follows this priority order:

  1. Environment variable: Uses the GRAPH_CLIENT_ID environment variable if provided
  2. Auto-detection: Uses Azure CLI and Microsoft Graph API to identify your user alias and map it to your team's Graph Client ID
  3. No Graph access: If neither method works, Graph-related tools will be unavailable

Team Mapping

The following teams have configured Graph Client IDs. If your alias is registered, it will be automatically detected:

Team/Service Supported Users
Edge Consumer+ Tracy yche, gajie, juanliu, mile, yancheng, dingxiao
Edge Mobile emilywu, hongjunqiu, yingzhuang, lmike, yazhouzhou, shengjieshi, v-xiaomengli, wenyuansu, jinghuama
SA - Bill tajie, xiaoxch, chenxitan, carmenwei, liyayong, yongweizhang
SA - Kelly + Jingwei yugon, danliu, eviema, angliu, menghuihu, emmaxu, zhangjingwei
WebComFun michachen, chfen, alexyuan, lingyanzhao, nanyin, siyangliu

Note: If your alias is not listed above, contact the maintainer to add it to the team mapping.

Manual Configuration

To set a specific client ID (takes highest priority), add it to the environment configuration:

"env": {
    "WORKING_PATH": "{YOUR_WORKSPACE_PATH}/working_dir/",
    "GRAPH_CLIENT_ID": "your-manual-client-id"
}

Troubleshooting

If Graph tools are not working:

  1. Check if GRAPH_CLIENT_ID environment variable is set correctly
  2. Verify you're logged into Azure CLI (az login) and have Graph API access
  3. Check if your user alias is in the supported users list above
  4. Contact the maintainer to add your alias to the appropriate team mapping

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pm_studio_mcp-0.4.0.tar.gz (131.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pm_studio_mcp-0.4.0-py3-none-any.whl (156.7 kB view details)

Uploaded Python 3

File details

Details for the file pm_studio_mcp-0.4.0.tar.gz.

File metadata

  • Download URL: pm_studio_mcp-0.4.0.tar.gz
  • Upload date:
  • Size: 131.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.14

File hashes

Hashes for pm_studio_mcp-0.4.0.tar.gz
Algorithm Hash digest
SHA256 50b6286da3a5e6bc69c994167fb7eabab8502bab44c5e0dd4f2f08eb8da999aa
MD5 d35f8faa0adef913a990679d32e1036f
BLAKE2b-256 f59e4d1cd3b70fe36dce8d32c08e49803d4e07d8a7ba702bfc4d8bab07e759e7

See more details on using hashes here.

File details

Details for the file pm_studio_mcp-0.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pm_studio_mcp-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 33b4655d8796d13807a52126ce125035a5ae6021ff2b71493e91e83ce20096a1
MD5 e6eb5668dcd59b0cbecd464d8945c5da
BLAKE2b-256 c7caf1c979fe41587475bffa1268e3b1921e217697c687a4fdf75a0eb0bb88e6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page