7Pace-Connector
Provides tools for managing time tracking in Jira via 7pace API, including listing work logs, getting logs for issues, logging time, updating and deleting entries, and summarizing time by issue.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@7Pace-Connectorlog 30 minutes to issue 12345"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
7Pace-Connector
An MCP (Model Context Protocol) server that connects Claude to the 7pace Timetracker API for Jira.
Tools
Tool | Description |
| List work logs, filter by assignee or Jira issue, cursor-paginate |
| Get all logs for a Jira issue with total time summary |
| Create a new time entry (duration in minutes) |
| Update an existing entry by UUID |
| Delete an entry by UUID |
| Paginate all logs and show total + breakdown by Jira issue |
Related MCP server: JIRA MCP Server
Setup
1. Install dependencies and build
npm install
npm run build2. Generate a 7pace API token
In 7pace → Settings → API Tokens → generate a new token.
3. Register in Claude Code
Add to your ~/.claude/mcp.json:
{
"mcpServers": {
"7Pace-Connector": {
"command": "node",
"args": ["/path/to/TimeReporting/dist/index.js"],
"env": {
"SEVENPACE_TOKEN": "your-token-here"
}
}
}
}Restart Claude Code. The MCP server will connect automatically.
API Details
Base URL:
https://timehubjra.7pace.com/api/v1Auth: Bearer token via
SEVENPACE_TOKENenv varPagination: cursor-based via
pageInfo.endCursorFilter params:
assigneeId,externalItemId,after(cursor)
Notes
externalItemIdis the numeric Jira issue ID (not the key likePROJ-123)durationis in seconds; all tools accept/display minutes for convenienceYour token stays in your local
~/.claude/mcp.jsonand is never committed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceEnables intelligent time tracking for Azure DevOps work items through natural language commands in AI assistants, integrating directly with 7pace Timetracker API for seamless worklog management and reporting.Last updated30MIT
- Alicense-qualityDmaintenanceEnables Claude AI to interact with JIRA for project management and issue tracking, supporting JQL queries, comprehensive issue details retrieval with subtasks and linked issues, and release planning analysis.Last updatedMIT
- AlicenseAqualityDmaintenanceEnables control of Toggl time tracking directly from LLMs like Claude or ChatGPT. Supports starting/stopping timers, viewing current and historical time entries, managing projects, and generating weekly summaries through natural language.Last updated8133MIT
- Flicense-qualityDmaintenanceConnects Claude to Jira, allowing users to query tasks, log work, add comments, and execute JQL queries through conversational AI.Last updated
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tzachi-Shahak/TimeReporting'
If you have feedback or need assistance with the MCP directory API, please join our Discord server