timetta-mcp
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., "@timetta-mcpquery time entries for last week"
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.
timetta-mcp
MCP server exposing the Timetta main OData API to MCP clients (Claude Desktop, etc.) as a universal query gateway.
Tools
list_entities()— list queryable OData entities.get_entity_schema(entity)— fields, types and navigation properties of an entity. Call this first to learn real field names.query_odata(entity, filter?, select?, expand?, orderby?, top?, skip?)— query an entity using OData semantics (without the leading$).topdefaults to 50, capped at 200.
Related MCP server: Open Policy Agent (OPA) REST API MCP Server
Configuration
Env var | Required | Default | Description |
| yes | — | Static Token API value (Bearer), TTL 1 year |
| no |
| OData base URL |
Run
Locally from a checkout:
uvx --from . timetta-mcpFrom the repository:
uvx --from git+https://github.com/sh1rokovs/timetta-mcp timetta-mcpClaude Desktop config
{
"mcpServers": {
"timetta": {
"command": "uvx",
"args": ["--from", "git+https://github.com/sh1rokovs/timetta-mcp", "timetta-mcp"],
"env": { "TIMETTA_API_TOKEN": "YOUR_TOKEN" }
}
}
}Development
uv sync
uv run pytestExample
get_entity_schema("TimeEntries")
query_odata("TimeEntries", filter="Date ge 2024-01-01 and Date le 2024-01-31",
expand="Project,User", select="Date,Hours,Comment")Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/sh1rokovs/timetta-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server