Use this checklist to make sure you customize everything for your company's MCP server!
- Update
"name"to your company name (lowercase, hyphens) - Update
"description"to describe your company's MCP server - Update
"author"to your company name - Update keywords array to include your company name
- Change
COMPANY_INFO.nameto your company name - Write your company description in
COMPANY_INFO.description - Update
COMPANY_INFO.focus_areasarray with your services/expertise - Update
COMPANY_INFO.stage(startup, established, etc.) - Update
COMPANY_INFO.approachwith your methodology - Update
COMPANY_INFO.networkwith your partnerships/network - Update
COMPANY_INFO.websitewith your website URL - Update
COMPANY_INFO.contactwith your contact email
- Change server name from
"project-nanda-server"to your company
- Change
"your-company"to your actual company name - Update deployment URL after deploying
- Run
npm install - Run
npm run build(should succeed) - Run
npm start(server should start) - Run
npm test(should show YOUR company info) - Test with MCP Inspector at
http://localhost:3000/mcp
- Push code to GitHub
- Deploy to Railway or other platform
- Test deployed URL:
https://your-url.com/health - Test MCP endpoint:
https://your-url.com/mcp - Update Claude config with deployed URL
- Configure MCP client to connect to your server
- Test: Verify AI systems can access your company information
- Check that the MCP endpoint responds correctly
Your company now has an AI-accessible MCP server!
Bonus Points:
- Add more information categories
- Add additional tools
- Customize the responses format
- Add your company branding to responses