Integrates with Plane's project management APIs to enable creation and management of projects, issues, cycles, modules, and work logs through over 30 specialized tools for automating workflow tasks.
Log in to your Plane web interface.
Open your browser and go to your Plane instance.
Obtain your API Key:
- In the Plane interface, navigate to
/settings/api-tokens/
(usually accessible via the profile/settings menu).
- Create a new API token if you do not have one.
- Copy the API key provided; you will use this for the
PLANE_API_KEY
value.
Find your Workspace Slug:
- The Workspace Slug uniquely identifies your workspace.
- You can usually find this in your Plane workspace URL (e.g., in
https://app.plane.so/myworkspace/
, "myworkspace"
is the slug) or in workspace settings.
(If self-hosted, get your API Host URL):
- If you are using a self-hosted Plane instance, the API URL (e.g.,
https://api.myplaneinstance.com/
) is your PLANE_API_HOST_URL
.
- If you use the main Plane cloud service, you can leave this as the default:
https://api.plane.so/
.
Fill in the ENV values in the FastMCP connection interface:
- Click your ready-made "Install Now" button.
- In the connection setup screen, enter the following values:
PLANE_API_KEY
: (paste your API key here)
PLANE_WORKSPACE_SLUG
: (enter your workspace slug here)
PLANE_API_HOST_URL
(optional): (enter API URL only if you are using a self-hosted instance)
Confirm and complete the installation.
- Proceed through any confirmation prompts to save your settings.
You have now connected Plane MCP Server by securely providing your credentials in FastMCP!