Skip to main content
Glama
hiltonbrown

Next.js MCP Server Template

by hiltonbrown
page.tsx315 B
// Main page demonstrating the Xero MCP integration 'use client'; import React from 'react'; import ErrorBoundary from './components/ErrorBoundary'; import Dashboard from './components/Dashboard'; export default function HomePage() { return ( <ErrorBoundary> <Dashboard /> </ErrorBoundary> ); }

Latest Blog Posts

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/hiltonbrown/xero-mcp-with-next-js'

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