GEmojiSharp.McpServer
0.1.0
{ "servers": { "GEmojiSharp.McpServer": { "type": "stdio", "command": "dnx", "args": ["GEmojiSharp.McpServer@0.1.0", "--yes"] } } }
This package contains an MCP Server. The server can be used in VS Code by copying the generated JSON to your VS Code workspace's
.vscode/mcp.json settings file.
dotnet tool install --global GEmojiSharp.McpServer --version 0.1.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local GEmojiSharp.McpServer --version 0.1.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=GEmojiSharp.McpServer&version=0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package GEmojiSharp.McpServer --version 0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
GEmojiSharp.McpServer 🤖
GitHub Emoji MCP Server
all
Returns all emojis.
Example:
Get me a list of all GitHub emojis, then look for those that have an alias with only one character. Display the result in a table with the columns "Alias" and "Raw".
get
Gets the emoji associated with the alias or raw Unicode string.
Example:
Get the emoji for `:tada:` and display all information in a bulleted list.
find
Returns emojis that match the Description, Category, Aliases or Tags.
Example:
Find "cat" emojis.
emojify
Replaces emoji aliases with raw Unicode strings.
Example:
MCP this to emojis: ":octopus: :heavy_plus_sign: :cat2: ⩵ :heart:"
demojify
Replaces raw Unicode strings with emoji aliases.
Example:
MCP this to aliases: "🐙 ➕ 🐈 ⩵ ❤️"
Would you like to know more? 🤔
Further documentation is available at https://github.com/hlaueriksson/GEmojiSharp
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0 | 104 | 1/13/2026 |
- Initial release