textureforge-materials-mcp
v0.1.0
Published
MCP server for TextureForge material discovery — search community PBR textures, find materials for 3D scenes, and download game-ready textures
Maintainers
Readme
textureforge-materials-mcp
MCP server for TextureForge material discovery — search community PBR textures, find materials for 3D scenes, and download game-ready seamless textures.
Tools
| Tool | Description |
|------|-------------|
| browse_materials | Browse community textures filtered by material type (wood, metal, stone, brick, fabric, etc.) |
| get_material_image | Get the direct download URL for a specific texture by filename |
| find_materials_for_scene | Describe a 3D scene and get material type recommendations with engine-specific tips |
| get_texture_details | Get full metadata for a specific community texture |
Installation
npx textureforge-materials-mcpClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"textureforge-materials": {
"command": "npx",
"args": ["-y", "textureforge-materials-mcp"]
}
}
}VS Code / Cursor
Add to your MCP settings:
{
"textureforge-materials": {
"command": "npx",
"args": ["-y", "textureforge-materials-mcp"]
}
}Example Usage
Find textures for a scene:
"I'm building a medieval dungeon in Unreal Engine — what textures should I use?"
The find_materials_for_scene tool analyzes your description and suggests material types (stone, wood, metal, leather) with engine-specific import tips.
Browse by material:
"Show me all stone textures available"
Download a texture:
"Get me the download link for tx_1714500000_abc123.png"
Features
- Seamless, tileable PBR-ready textures (1024x1024 PNG)
- Community gallery with hundreds of AI-generated materials
- Material suggestions for Unity, Unreal, Blender, and Godot
- Direct download links — no account required for browsing
Links
- Website: https://textureforge.art
- Generate custom textures with AI
- Full PBR map suite (normal, roughness, height, AO)
License
MIT
