Quire
@jacob-hartmann
About Quire
This server allows AI assistants (like Claude) to interact with your Quire projects, tasks, and data securely.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"quire": {
"command": "npx",
"args": [
"-y",
"quire-mcp"
],
"env": {
"QUIRE_OAUTH_CLIENT_ID": "your-client-id",
"QUIRE_OAUTH_CLIENT_SECRET": "your-client-secret"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Quire?
An MCP server that enables AI assistants like Claude to interact with the Quire project management platform, allowing secure access to projects, tasks, and organizational data via the Quire API.
How to use Quire?
Set up a Quire OAuth app, then configure your MCP client with the environment variables QUIRE_OAUTH_CLIENT_ID and QUIRE_OAUTH_CLIENT_SECRET. Run the server via npx -y quire-mcp (stdio mode) or set MCP_TRANSPORT=http for HTTP mode. On first use, authorize via the printed OAuth URL; tokens are cached automatically.
Key features of Quire
- 60+ tools for tasks, projects, organizations, tags, and comments
- Supports stdio and HTTP transport modes
- OAuth 2.0 authentication with automatic token refresh
- Manual token mode for pre-obtained access tokens
- Cross-platform token caching (macOS, Windows, Linux)
- Compatible with Claude Desktop, Claude Code, and Cursor
Use cases of Quire
- Let an AI assistant create, update, and delete tasks in Quire projects
- Search and filter tasks across projects or organizations
- Manage project metadata, tags, and comments via natural language
- Export project data in JSON or CSV format
- Automate project management workflows through AI conversations
FAQ from Quire
What prerequisites are needed to use Quire MCP?
Node.js v22 or higher, a Quire account, and a Quire OAuth app with appropriate scopes.
How does authentication work?
The server uses OAuth 2.0. On first use, it prints an authorization URL; after you grant access, tokens are cached for future sessions and automatically refreshed.
Can I use a manual access token instead of OAuth?
Yes, set the QUIRE_ACCESS_TOKEN environment variable to skip OAuth, but manually obtained tokens expire and won't auto-refresh.
Which MCP clients are supported?
Claude Desktop (recommended), Claude Code (CLI), and Cursor – each with specific configuration examples provided.
What transport modes are available?
Two modes: stdio (default) and HTTP. STDIO spawns the server per client; HTTP runs a persistent server for multiple clients or remote deployment.
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Comments