Skip to main content
Glama

Noun Project MCP Server

by sgup
package.json1.1 kB
{ "name": "noun-project-mcp", "version": "1.0.0", "description": "MCP server for The Noun Project API", "main": "dist/index.js", "type": "module", "bin": { "noun-project-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "prepare": "npm run build" }, "keywords": [ "mcp", "noun-project", "icons", "api", "model-context-protocol", "claude" ], "author": "Shridhar", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sgup/noun-project-mcp.git" }, "bugs": { "url": "https://github.com/sgup/noun-project-mcp/issues" }, "homepage": "https://github.com/sgup/noun-project-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "axios": "^1.7.9", "oauth-1.0a": "^2.2.6", "crypto-js": "^4.2.0", "dotenv": "^16.4.7" }, "devDependencies": { "@types/node": "^22.10.2", "@types/crypto-js": "^4.2.2", "typescript": "^5.7.2" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sgup/noun-project-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server