quickfile-mcp
quickfile-mcp
Quickfile REST API v2용 MCP 서버입니다. 다중 계정, 비밀 정보 격리.
기능
45개 도구 -- API
operationId당 하나씩, 내장된spec.json에서 생성됩니다.다중 계정 -- 여러 Quickfile 계정을 구성합니다. 각 도구는
account매개변수를 받습니다.두 가지 인증 모드 -- 정적 개인 Bearer 토큰 및 OAuth 2.0(자동 갱신 + 회전 refresh-token 저장)을 지원합니다.
비밀 정보 격리 -- 토큰은
accounts.json에 저장되며(git에서 무시됨), AI 에이전트에 노출되지 않습니다. 도구 스키마는account선택자와 엔드포인트 매개변수만 노출합니다.
Related MCP server: iikoServer MCP Server
설정
npm installcp accounts.example.json accounts.json을 실행한 후 계정 자격 증명을 입력합니다.npm run buildMCP 클라이언트(Claude Desktop 등)를 구성합니다:
{
"mcpServers": {
"quickfile": {
"command": "node",
"args": ["path/to/quickfile-mcp/dist/index.js"],
"cwd": "path/to/quickfile-mcp"
}
}
}서버는 작업 디렉터리에서 accounts.json을 읽습니다(사용자 지정 경로는 QF_ACCOUNTS_FILE 환경 변수를 사용). OAuth 토큰 정보(accessToken, refreshToken, expiresAt)는 서버가 관리하는 별도의 내부 tokens.json(또는 QF_TOKENS_FILE)에 저장됩니다 — 직접 편집할 필요가 없습니다.
인증
정적 토큰(본인 계정)
QuickFile에서 개인 Bearer 토큰을 생성합니다: Account Settings -> Third Party Integration -> API. accounts.json에서 "type": "static" 및 "token": "<your token>"을 설정합니다.
OAuth(파트너 앱)
clientId/clientSecret을 얻으려면 QuickFile에 앱을 등록합니다. 이 값들을"type": "oauth"로accounts.json에 입력합니다.첫
accessToken,refreshToken,expiresAt을 얻으려면 OAuth 인증 + 토큰 교환 흐름을 대역 외(out-of-band)로 완료합니다(간단한 CLI 또는 수동 붙여넣기).tokens.json을 한 번 시드합니다:{ "beta": { "accessToken": "...", "refreshToken": "...", "expiresAt": 0 } }이후에는
tokens.json을 직접 건드릴 필요가 없습니다 — 서버가 만료되는 액세스 토큰을 자동으로 갱신하고, 회전된 refresh token을 다시 그 파일에 저장합니다.
계정 선택
모든 도구는 선택적 account 매개변수(구성된 레이블의 enum)를 받습니다. 생략하면 accounts.json의 defaultAccount를 사용합니다.
API 참조
전체 엔드포인트 스키마: src/spec.json(Swagger 2.0, 45개 경로). 출처: Quickfile API 문서.
This server cannot be installed
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
- AlicenseAqualityBmaintenanceMCP server for the Trading 212 public API, enabling account, portfolio, order, pie, and history access with read tools always available and trading tools opt-in.131MIT
- FlicenseNot gradedqualityBmaintenanceMCP server for iiko restaurant management system REST API, providing 39 tools to manage products, employees, entities, documents, payments, reports, and raw API access.1
- AlicenseNot gradedqualityCmaintenanceA comprehensive MCP server for QuickBooks Online, providing 144 tools for full CRUD operations on 29 entity types and 11 financial reports, with built-in safety guards against unintended writes.4Apache 2.0
- FlicenseNot gradedqualityBmaintenanceMCP server that exposes 236 iikoCloud API methods across 22 domains as configurable tools, supporting multi-tenancy with credentials passed through transport channels (HTTP headers or environment variables) for security.1
Related MCP Connectors
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.
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/cisbrh/quickfile-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server