aesthetic computer for LangChain
io.github.whistlegraph/aesthetic-computer
MCP server for aesthetic.computer - publish JavaScript, KidLisp art, and clock melodies
client:LangChain
transport:stdio
runtime:npm
Install aesthetic computer in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"aesthetic-computer": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@aesthetic.computer/mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs