textureforge-library-mcp
v0.1.0
Published
MCP server for texture library management — save, organize, and share PBR textures, manage your material collection, and publish to the community gallery via TextureForge
Maintainers
Readme
textureforge-library-mcp
MCP server for texture library management via TextureForge — save, organize, and share PBR textures from your AI-generated material collection.
Tools
| Tool | Description |
|------|-------------|
| list_library | Browse your saved texture library |
| get_texture | Download a texture as PNG |
| save_texture | Save a generated texture to your library |
| delete_texture | Remove a texture from your library |
| share_to_gallery | Publish a texture to the community gallery |
| browse_public_gallery | Browse community-shared textures |
For texture generation and PBR map creation, see textureforge-mcp.
Setup
Claude Desktop
{
"mcpServers": {
"textureforge-library": {
"command": "npx",
"args": ["-y", "textureforge-library-mcp"],
"env": {
"TEXTUREFORGE_API_KEY": "your-api-key"
}
}
}
}Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| TEXTUREFORGE_API_KEY | Yes | Your TextureForge API key |
| TEXTUREFORGE_API_URL | No | Custom API URL (default: https://textureforge.art) |
Get your API key at textureforge.art.
License
MIT
