Quire MCP Server

by bonau

Not rated
GitHub

About

Interact with Quire.io projects and tasks using the Quire API, enabling AI assistants to manage your workflow.

Details

Author
bonau
Categories
Productivity, Project Management

Setup

Install Quire MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/bonau/quire-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

Interact with Quire.io projects and tasks using the Quire API, enabling AI assistants to manage your workflow.

This is a "vibe-based" coding project. While functional, it is developed with a focus on rapid implementation and experimentation. Use it at your own risk. The author is not responsible for any consequences, data loss, or unexpected behavior that may arise from its use.

This project provides aModel Context Protocol (MCP)server forQuire. It exposes tools that allow AI assistants to interact with your projects and tasks right from your AI chat interface.

This server uses OAuth2 for authentication and is designed to be run easily vianpx.

This server uses an OAuth2 refresh token for authentication. You only need to perform this setup process once.
- Go to the
Quire Applications page.
- ClickCreate a new application.
- Fill in the details:

- Name: Give your application a name (e.g., "My-MCP-Client").
- Website: You can use a placeholder, likehttps://localhost.
- Redirect URI: Set this tohttps://localhost. This is crucial for the next step.
- Construct the following URL in your browser, replacingYOUR_CLIENT_IDwith the ID you got in the previous step.

https://quire.io/oauth?client_id=YOUR_CLIENT_ID&redirect_uri=https://localhost

Step 3: Exchange the Code for a Refresh Token

-

Open your terminal and usecurlto make a POST request to Quire's token endpoint.

Replace the placeholders with your actual credentials.

curl -X POST https://quire.io/oauth/token \ -d grant_type=authorization_code \ -d code=PASTE_THE_CODE_FROM_STEP_2_HERE \ -d client_id=YOUR_CLIENT_ID \ -d client_secret=YOUR_CLIENT_SECRET

The response will be a JSON object containing youraccess_tokenandrefresh_token.

Save therefresh_tokenvalue.This is the token you will use to run the server. It is long-lived and will be used to automatically fetch new access tokens.

Set the following three environment variables in your terminal.

# Replace with the credentials you obtained above export QUIRE_CLIENT_ID="your_client_id" export QUIRE_CLIENT_SECRET="your_client_secret" export QUIRE_REFRESH_TOKEN="your_refresh_token"

Once the environment variables are set, you can run the server with a single command:
-

Find yourmcp.jsonfile:~/.cursor-settings/mcp.json

{ "mcpServers": { "quire": { "command": "npx", "args": [ "-y", "quire-mcp" ], "env": { "QUIRE_CLIENT_ID": "${env:QUIRE_CLIENT_ID}", "QUIRE_CLIENT_SECRET": "${env:QUIRE_CLIENT_SECRET}", "QUIRE_REFRESH_TOKEN": "${env:QUIRE_REFRESH_TOKEN}" } } } }

Ensure Environment Variables are Set: Before launching Cursor, make sure the variables are set in your shell environment (.zshrc,.bash_profile, etc.).

Restart Cursorto load the new MCP server.
- Clone, install dependencies:

git clone <repository_url> cd quire-mcp && npm install
QUIRE_CLIENT_ID=your_client_id QUIRE_CLIENT_SECRET=your_client_secret QUIRE_REFRESH_TOKEN=your_refresh_token

- List projects
- List tasks within a project
- (More features to be added)

Interact with task, doc, and project data in Dart, an AI-native project management tool

Remote MCP server for MeisterTask. Create and manage projects, tasks, and notes from your AI assistant. Hosted (streamable-HTTP) — connect at https://mcp.meistertask.com/mcp

The official Plane MCP server provides integration with Plane APIs, enabling full AI automation of Plane projects, work items, cycles and more.

Keep teams & agents coordinated automatically

From the creators of Wunderlist — the all-in-one task management app for to-do lists, notes, and projects. AI-powered productivity that replaces 5 apps.

Connect to the Taskade platform via MCP. Access tasks, projects, workflows, and AI agents in real-time through a unified workspace and API.

Official Taskeract MCP Server for integrating your Taskeract project tasks and load the context of your tasks into your MCP enabled app.

Manage your Todoist tasks and projects directly from your LLM.

Interact with Asana tasks, projects, workspaces, and comments using the Asana API.

Comprehensive Trello integration: 46 tools covering boards, cards, lists, labels, checklists, attachments, members, custom fields, and search. Read-only mode, image attachment auto-download. Active fork of kocakli/Trello-Desktop-MCP integrating contributions from across the Trello MCP fork ecosystem

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.