We're live in beta — earn up to 12,000 credits by signing up today. Get started

Discord MCP
for AI agents

FloConnector is a hosted Discord MCP server. Securely connect Claude, ChatGPT and other AI clients to Discord. Ask in plain English; it runs the 23 tools for you, behind one endpoint, with you deciding what it can touch.

Tools

Everything your AI can do in Discord

23 tools your agent gets the moment Discord is connected.

23 tools

  • delete_user_application_role_connection write

    Delete User Application Role Connection

    Deletes the current user's application role connection for the specified application. Removes the platform metadata and linked role connection.

  • edit_application_command_permissions write

    Edit Application Command Permissions

    Edits the permissions for a specific application command in a guild. Requires OAuth2 Bearer token (bot tokens will error). The authorizing user must have MANAGE_GUILD and MANAGE_ROLES permissions in the target guild.

  • get_application_command_permissions read

    Get Application Command Permissions

    Retrieves the permissions for a specific application command in a guild. Requires OAuth2 Bearer token (bot tokens will error). The authorizing user must have MANAGE_GUILD and MANAGE_ROLES permissions in the target guild.

  • get_batch_application_command_permissions read

    Get Batch Application Command Permissions

    Retrieves permissions for all commands of an application in a guild. Returns a list of permission objects for each command. Requires OAuth2 Bearer token (Bot tokens will error).

  • get_current_user_application_entitlements read

    Get Current User Application Entitlements

    Retrieves entitlements for the current user and application. The optional guild_id filter is enforced locally because Discord does not expose that filter on this current-user route.

  • get_gateway read

    Get Gateway

    Tool to retrieve a valid WebSocket (wss) URL for establishing a Gateway connection to Discord. Use when you need to connect to the Discord Gateway for real-time events.

  • get_guild_template read

    Get Guild Template

    Tool to retrieve information about a Discord guild template using its unique template code. Use when you need to get details about a guild template for creating new servers.

  • get_guild_widget read

    Get Guild Widget

    Tool to retrieve the guild widget in JSON format. Use when you need to get public information about a Discord guild's widget that can be displayed on external websites. The widget must be enabled in the guild's server settings.

  • get_guild_widget_png read

    Get Guild Widget PNG

    Tool to retrieve a PNG image widget for a Discord guild. Use when you need a visual representation of the guild widget that can be displayed on external websites. The widget must be enabled in the guild's server settings.

  • get_my_guild_member read

    Get my guild member

    Retrieves the guild member object for the currently authenticated user within a specified guild, including roles, nickname, join date, and permissions.

  • get_my_oauth2_authorization read

    Get my OAuth2 authorization

    Retrieves current OAuth2 authorization details for the application, including app info, scopes, token expiration, and user data (contingent on scopes like 'identify').

  • get_my_user read

    Get My User

    Fetches comprehensive profile information for the currently authenticated Discord user, including email if the 'email' scope is granted.

  • get_openid_connect_userinfo read

    Get OpenID Connect userinfo

    Retrieve OpenID Connect compliant user information for the authenticated user. Returns standardized OIDC user claims (sub, email, nickname, picture, locale, etc.) following the OpenID Connect specification. Requires OAuth2 access token with 'openid' scope; additional fields require 'identify' and 'email' scopes.

  • get_public_keys read

    Get Public Keys

    Tool to retrieve Discord OAuth2 public keys. Use when you need to verify OAuth2 tokens or access public keys for cryptographic operations.

  • get_sku_subscription read

    Get SKU Subscription

    Retrieves a specific subscription by ID for a given SKU. Use to check details of a single user subscription.

  • get_user read

    Get User

    Retrieve information about a Discord user. With OAuth Bearer token authentication, this returns the authenticated user's information (use '@me'). With Bot token authentication, you can query any user by their ID. Use this when you need user details like username, avatar, email (if email scope is granted), locale, premium status, or other profile information.

  • get_user_application_role_connection read

    Get User Application Role Connection

    Retrieves the application role connection for the currently authenticated user for a specified application. Requires the role_connections.write OAuth2 scope.

  • invite_resolve read

    Resolve Invite

    Tool to resolve and retrieve information about a Discord invite code. Use when you need to get details about a guild, channel, or event associated with an invite code.

  • list_my_connections read

    List My Connections

    Retrieves a list of the authenticated user's connected third-party accounts on Discord.

  • list_my_guilds read

    List My Guilds

    Lists the current user's guilds, returning partial data for each; primarily used for displaying server lists or verifying memberships.

  • list_sku_subscriptions read

    List SKU Subscriptions

    Lists all subscriptions for a given SKU. When using a Bot token, the user_id query parameter is required. Returns paginated subscription objects.

  • list_sticker_packs read

    List Sticker Packs

    Tool to retrieve all available Discord Nitro sticker packs. Use when you need to list or browse official Discord sticker packs.

  • update_user_application_role_connection write

    Update User Application Role Connection

    Updates the application role connection for the currently authenticated user for a specified application. Requires the role_connections.write OAuth2 scope.

Questions, answered

How do I connect Discord to Claude?

Create a FloConnector workspace, connect Discord once from the dashboard, then add your FloConnector endpoint to Claude as a custom connector. Claude handles the sign-in prompt; there is no server to host and no code to write. The same endpoint works in ChatGPT.

What can Claude do in Discord?

23 tools: 20 that read Discord data and 3 that change it. Every tool is listed on this page, so you can see exactly what the model is able to call before you connect.

Does the AI see my Discord password or API keys?

No. FloConnector holds the Discord credential, encrypted before it is stored, and calls Discord on the model's behalf. The AI client only ever sees the tools and their results, never the credential behind them.

Can I stop it changing anything in Discord?

Yes. Each connection is exposed through a profile, and a profile carries only the tools you switch on. Leave the 3 write tools off and the connection is read-only.

Does this work with ChatGPT as well as Claude?

Yes. The endpoint is a standard hosted MCP server, so it works in any client that supports MCP connectors, including Claude and ChatGPT.