@echo off
echo Building Excel Finance MCP...
call npm run build
if %errorlevel% neq 0 (
echo Build failed!
pause
exit /b 1
)
echo Build successful! Starting MCP server...
echo.
echo Server is now running. Press Ctrl+C to stop.
echo Configure Claude Desktop with this server path if not already done.
echo.
node dist/index.js
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/jeremycharlesgillespie/excel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server