Overview
UseGrant MCP Server is a Model Context Protocol (MCP) server designed for interacting with the UseGrant API, providing tools for managing providers, clients, tenants, and access tokens.
To use the MCP Server, you need to have Node.js 16 or higher and a valid UseGrant API key. You can configure it with the Claude desktop by adding specific settings to your configuration file.
- List, create, and delete providers and clients. - Manage tenants and their associated providers. - Generate and validate access tokens for clients.
- Managing user access and permissions in applications.
- Integrating with third-party services that require authentication.
- Facilitating secure API interactions through token management.
Add to your AI client
Use these steps to connect UseGrant MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-usegranthq": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-usegranthq"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-usegranthq": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-usegranthq"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-usegranthq": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-usegranthq"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-usegranthq": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-usegranthq"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-usegranthq": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-usegranthq"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-usegranthq": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-usegranthq"
]
}
}
}FAQ
What is the Model Context Protocol (MCP)?
MCP is a protocol that allows for standardized interactions with various services and APIs.
Do I need an API key to use the MCP Server?
Yes, a valid UseGrant API key is required to authenticate your requests.
Is there any specific environment setup required?
You need Node.js 16 or higher and to configure your environment with the necessary API key.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2079,"uuid":"9c377593-2408-480e-9ec4-30b7137a7a24","name":"mcp-server","title":"UseGrant MCP Server","description":"MCP server for usegrant","avatar_url":"https://avatars.githubusercontent.com/u/183804282?v=4","created_at":"2025-03-09T02:40:05.364Z","updated_at":"2025-03-12T10:18:21.022Z","status":"created","author_name":"usegranthq","author_avatar_url":"https://avatars.githubusercontent.com/u/183804282?v=4","tags":"ai,oidc,mcp-server,usegrant","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/usegranthq/mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-25 01:52:51\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]