freee-mcp and frontmcp
These are **complements**: FrontMCP is a TypeScript framework for building MCP servers, while freee-mcp is a specific MCP server implementation that could be built using FrontMCP's infrastructure.
About freee-mcp
freee/freee-mcp
Model Context Protocol (MCP) server for freee API integration
Supports five freee product APIs (accounting, HR, invoicing, time tracking, sales) with OAuth 2.0 + PKCE authentication and multi-company account switching. Separates concerns between Agent Skills (API reference injection for context efficiency) and the MCP server (handles authentication, request validation, and API calls via OpenAPI schema validation). Integrates with Claude Desktop, Cursor, and other AI agents through remote or local deployment modes.
About frontmcp
agentfront/frontmcp
TypeScript-first framework for the Model Context Protocol (MCP). You write clean, typed code; FrontMCP handles the protocol, transport, DI, session/auth, and execution flow.
Provides decorator-based capability organization (@App, @Tool, @Resource, @Prompt, @Agent), Zod-validated typed tool schemas, and stateful/stateless session modes over HTTP+SSE with optional OAuth/JWKS authentication. Includes a scoped dependency injection system, agent orchestration, mid-flow user elicitation, and plugins (Cache, Remember, CodeCall) alongside OpenAPI adapter support and E2E testing utilities—all as a modular monorepo (@frontmcp/sdk, @frontmcp/auth, @frontmcp/plugins, etc.).
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work