Discord MCP
Safe Discord access for reading guild data and optionally managing bot messages
The record the registry holds
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.hypark5540/discord-mcp",
"description": "Safe Discord access for reading guild data and optionally managing bot messages",
"title": "Discord MCP",
"repository": {
"url": "https://github.com/hypark5540/discord-mcp",
"source": "github"
},
"version": "0.1.1",
"websiteUrl": "https://github.com/hypark5540/discord-mcp",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@hypark5540/discord-mcp",
"version": "0.1.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Discord bot token",
"isRequired": true,
"isSecret": true,
"name": "DISCORD_TOKEN"
},
{
"description": "Expose message send and edit tools",
"default": "false",
"choices": [
"false",
"true"
],
"name": "DISCORD_ENABLE_WRITES"
},
{
"description": "Expose the own-message delete tool; writes must also be enabled",
"default": "false",
"choices": [
"false",
"true"
],
"name": "DISCORD_ENABLE_DELETES"
},
{
"description": "Permit writes without a guild or channel allowlist",
"default": "false",
"choices": [
"false",
"true"
],
"name": "DISCORD_ALLOW_UNRESTRICTED_WRITES"
},
{
"description": "Comma-separated Discord guild IDs",
"name": "DISCORD_ALLOWED_GUILD_IDS"
},
{
"description": "Comma-separated Discord channel IDs",
"name": "DISCORD_ALLOWED_CHANNEL_IDS"
},
{
"description": "Maximum serialized MCP response size in characters",
"format": "number",
"default": "50000",
"name": "DISCORD_MAX_RESPONSE_CHARS"
}
]
},
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "hypark-discord-mcp",
"version": "0.1.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Discord bot token",
"isRequired": true,
"isSecret": true,
"name": "DISCORD_TOKEN"
},
{
"description": "Expose message send and edit tools",
"default": "false",
"choices": [
"false",
"true"
],
"name": "DISCORD_ENABLE_WRITES"
},
{
"description": "Expose the own-message delete tool; writes must also be enabled",
"default": "false",
"choices": [
"false",
"true"
],
"name": "DISCORD_ENABLE_DELETES"
},
{
"description": "Permit writes without a guild or channel allowlist",
"default": "false",
"choices": [
"false",
"true"
],
"name": "DISCORD_ALLOW_UNRESTRICTED_WRITES"
},
{
"description": "Comma-separated Discord guild IDs",
"name": "DISCORD_ALLOWED_GUILD_IDS"
},
{
"description": "Comma-separated Discord channel IDs",
"name": "DISCORD_ALLOWED_CHANNEL_IDS"
},
{
"description": "Maximum serialized MCP response size in characters",
"format": "number",
"default": "50000",
"name": "DISCORD_MAX_RESPONSE_CHARS"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/hypark5540/discord-mcp:0.1.1",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Discord bot token",
"isRequired": true,
"isSecret": true,
"name": "DISCORD_TOKEN"
},
{
"description": "Expose message send and edit tools",
"default": "false",
"choices": [
"false",
"true"
],
"name": "DISCORD_ENABLE_WRITES"
},
{
"description": "Expose the own-message delete tool; writes must also be enabled",
"default": "false",
"choices": [
"false",
"true"
],
"name": "DISCORD_ENABLE_DELETES"
},
{
"description": "Permit writes without a guild or channel allowlist",
"default": "false",
"choices": [
"false",
"true"
],
"name": "DISCORD_ALLOW_UNRESTRICTED_WRITES"
},
{
"description": "Comma-separated Discord guild IDs",
"name": "DISCORD_ALLOWED_GUILD_IDS"
},
{
"description": "Comma-separated Discord channel IDs",
"name": "DISCORD_ALLOWED_CHANNEL_IDS"
},
{
"description": "Maximum serialized MCP response size in characters",
"format": "number",
"default": "50000",
"name": "DISCORD_MAX_RESPONSE_CHARS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-22T01:15:42.835744Z",
"publishedAt": "2026-07-22T01:15:42.835744Z",
"updatedAt": "2026-07-22T01:15:42.835744Z",
"isLatest": true
}
}
}
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
MCP server
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
The publisher's own address
https://github.com/hypark5540/discord-mcp
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.