timesheets for LangChain
io.github.theluckystrike/timesheets
Track billable time from your AI chat: timers, entries, reports, CSV export. All data stays local.
client:LangChain
transport:streamable-http
runtime:mcpb
tools:14
Install timesheets in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"timesheets": {
"transport": "streamable_http",
"url": "https://mcp.zovo.one/mcp/timesheets",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs