LibreSprite MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_scriptB | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| libresprite | Prompt template to use the libresprite tool with proper context conditioning. Args: prompt: User prompt Returns: Prompt to process |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| read_reference | Read the libresprite command reference documentation. |
| read_examples | Read example scripts using libresprite commands. |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity between tools. The singular tool has a clear and distinct purpose.
The single tool name 'run_script' follows a consistent verb_noun pattern. No inconsistencies exist due to the absence of other tools.
The server provides only one tool for a complex domain (LibreSprite pixel art editor). This is too few for typical workflows, which would require multiple tools for editing, layering, and exporting.
The server exposes only a generic script runner, lacking direct tools for common operations like creating, editing, or exporting sprites. While scripting can compensate, the surface is severely incomplete for the stated domain.